From: David B. <stu...@gm...> - 2019-11-04 20:27:42
|
Hello again All, I have managed to get wxWidgets built and he minimal example to run out of the box. I have also managed to get plplot examples working, several in fact. I am on a new computer with W10, VS 2017 and the most recent versions of widgets and plplot (not the same set up as in my previous emails). Everything worked out of the box first time with no hanging and no failed install for Plplot. My next hurdle is that the wxPlplotDemo is not running. It will compile and link with no failed, all succeeded. But I get no app running, regardless of adding the libs to the build dir. It doesn't run then crash, it just does not run (not even showing up in the task manager). I get the following error. Severity Code Description Project File Line Suppression State Error (active) E1256 __w64 can only be specified on int, long, and pointer types wxplplotExample C:\test\src\wxWidgets-3.1.3\include\wx\types.h 387 which is an intellisense error. I tried deleting the .vs folder and rebuilding but nothing. I set a break point before entering IMPLEMENT_APP(MyApp) on line 199 and get the following output (see attached .txt). I am in Debug mode and x64 config. Both widgets and plplot were built and installed in x64 config too. Any help would be appreciated. Thank you in advance, David |