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
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
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