|
From: David B. <dav...@ya...> - 2018-01-16 15:20:48
|
I would like some assistance getting plplot working with wxWidgets. I've been developing GUI's to run various research code I've developed and I'd like to use plplot to make 3-dim plots in a window (or panel) within the GUI. I've been using wxWidgets version 3.1.0, PLplot version 5.13.0, and Visual Studio 2017 Community. Following the instructions here https://sourceforge.net/p/plplot/wiki/Configure_PLplot_for_the_Visual_Studio_IDE/ seemed to work (with appropriate changes for the VS version), generated the Release and Debug code and examples. The *.exe all run but I cannot run the examples in the IDE with Ctrl+F5. I am trying to run the wxWidgets example cpp provided with PLplot. The project recognizes the widgets library and include paths but not any plplot includes. Following the instructions here https://sourceforge.net/p/plplot/wiki/Configure_PLplot_for_Visual_CXX_CLI/ led to some errors. The first cmake call seemed to work in that it created the files in the build-plplot dir. But nmake generated a bunch of LNK2019 errors related to cairo, and three fatal errors U1077: NMAKE : fatal error U1077: '"C:\...\CMake\bin\cmake.exe"' : return code ... Stop. NMAKE : ... : '"C:\...\VC\Tools\...\nmake.exe"' ...NAMKE : ... : same as above Thank you in advance for your assistance.David |