Re: [Plplot-devel] wxPLplotDemo.exe does not open its frame

2008-10-10 Thread Robert Pollak
I wrote: > I am using Windows XP, Visual Studio 2008 Express Edition and cmake-2.6.2. > > I have built PLplot revision 8864 [...] > When I now start %BUILD_DIR%\examples\c++\wxPLplotDemo.exe, it does not > open its wxFrame. > My WXWIN currently only contains the static libs, since they're what I

Re: [Plplot-devel] wxPLplotDemo.exe does not open its frame

2008-10-09 Thread Werner Smekal
Hi Robert, > I have built PLplot revision 8864 with the > following batch file in the PLPlot root folder: > > = begin > echo on > setlocal > > call "%ProgramFiles%\Microsoft Visual Studio 9.0\Common7\Tools > \vsvars32.bat" > > rem Debug or Release: > set BUILD_TYPE=Debug > > set

[Plplot-devel] wxPLplotDemo.exe does not open its frame

2008-10-09 Thread Robert Pollak
Hi list, (Hi Werner Smekal, I am CCing you as the maintainer of the PLplot wxWidgets driver.) I am using Windows XP, Visual Studio 2008 Express Edition and cmake-2.6.2. I have built PLplot revision 8864 with the following batch file in the PLPlot root folder: = begin echo on se