After that changes VS compiles successfully without any errors. BUT…
when Iam trying to Debug a sample (or start its executable in the Debug folder) the executable file tells me the mathplot.dll is not installed on my computer.
I tried to run the sample after I copied the methplot.dll from my build folder into the Project's folder.
Now running the executable of the compiled sample results in a crash with the following error Message (Unhandled Exception):
Unbehandelte Ausnahme bei 0x0FE9B1EF (mathplot.dll) in mpSample1.exe: 0xC0000005: Zugriffsverletzung beim Lesen an Position 0x00000000
Can you give me a hint what the reason for this behaviour could be?
Thanks in advance
Tobias
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Iam trying to get the mathplot samples running and encountering some problems. Iam using Visual Studio 11 as compiler and wxWidgets 2.9.
First I had to fix some syntax errors before compiling the Mathplot libs ( :: in front of wxLog)
(cf: https://sourceforge.net/projects/wxmathplot/forums/forum/297266/topic/4561969)
Then I had to set the Projects Properties to Unicode and from Console App to Windows App.
(cf: https://sourceforge.net/projects/wxmathplot/forums/forum/297266/topic/3738068)
After that changes VS compiles successfully without any errors. BUT…
when Iam trying to Debug a sample (or start its executable in the Debug folder) the executable file tells me the mathplot.dll is not installed on my computer.
I tried to run the sample after I copied the methplot.dll from my build folder into the Project's folder.
Now running the executable of the compiled sample results in a crash with the following error Message (Unhandled Exception):
Unbehandelte Ausnahme bei 0x0FE9B1EF (mathplot.dll) in mpSample1.exe: 0xC0000005: Zugriffsverletzung beim Lesen an Position 0x00000000
Can you give me a hint what the reason for this behaviour could be?
Thanks in advance
Tobias