Community Profile

photo

Kristoffer Walker


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • First Review
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Answered
How do I get print statements to show up in Console Window of deployed *.exe App?
I have found an answer that helps from another post. Execute the *.exe from within the Matlab GUI window. This enables some of...

6 years ago | 0

| accepted

Question


How do I get print statements to show up in Console Window of deployed *.exe App?
Folks, I am trying to debug a problem that only occurs in a deployed version of a Matlab GUI. The console window that is run...

6 years ago | 1 answer | 0

1

answer

Answered
Debug functions inside C/C++ shared library loaded using "loadlibrary"
Hello, With the help of a friend, I solved a problem today and want to share. I have a native Visual Studio C DLL that I loa...

6 years ago | 1

Question


Matlab 2016 backward compatibility issue with loadlibrary
Dear Matlab Aficionados, I am hoping someone can help me. I am trying to get Matlab 2016a loadlibrary() to accept loading a ...

7 years ago | 1 answer | 0

1

answer

Question


Will Matlab ever permit C++ DLL's?
Folks, I have C++ specific functions (I use a lot of templates and overloading) that I would like to be able to use on a cont...

8 years ago | 3 answers | 0

3

answers

Answered
usage of calllib, libpointer, and libstruct with DLL that returns memory
Hello Peter, Thank you very much for your reply. Your response has gotten me much closer to a solution. I have used the =...

8 years ago | 0

Question


usage of calllib, libpointer, and libstruct with DLL that returns memory
Dear Folks, I have three design goals based on speed, thread safety, and Application developer protection. The proposed solu...

8 years ago | 2 answers | 1

2

answers