If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
-
philrosenberg
- Knows some wx things

- Posts: 40
- Joined: Mon Jun 09, 2008 9:59 pm
Post
by philrosenberg » Thu Jun 25, 2009 4:01 pm
Has anyone had any experience using either plplot or wxplot-plplot on windows with VCC. I've just spent a day and a half trying to get either working. wxplot-plplot seems like it should be easy. I've downloaded the precompiled library which comes with 3 header files and a single library called libplot.a. I put the headers in my wxwidgets\inclide\wx folder and the library in my wxwidgets\lib\vc_lib. I added the library to my additional dependencies in configuration properties, linker, input.
I'm getting unresolved extternal symbol "public: __thiscall wxPlot::wxPlot(class wxDC*,int,int)
Anyone any idea where i'm going wrong?
-
spectrum
- Filthy Rich wx Solver

- Posts: 207
- Joined: Sat Jul 21, 2007 12:17 pm
Post
by spectrum » Fri Jun 26, 2009 5:39 pm
1) is your precompiled library really in the library path at linking time ?
2) the precompiled library could not match your program binary.
I would download the sources and recompiling them in VC++ ide.
greetings
spectrum