[wx-dev] A little fix to isosurf and a question about wxW building

Luca Cappa luca.cappa at sequoia.it
Thu Jul 17 04:20:28 PDT 2008


Hello,

Since trac.wxwidgets.org is down, I attach in this email a very little fix  =

to ISOSURF sample in WX_2_8 branch, revision 54660 (i tested only on wxMSW  =

& MSVC2005, but it should work on any other platform).

I have also a question about compilation of wxWidgets and of it samples  =

using the WX_2_8 branch: actually I am compiling wxwidgets as a monolithic  =

build with a scripts that runs more or less these commands (WinXPSP2,  =

VC2005):

cd wxwidgets\build\msw
nmake -f makefile.vc SHARED=3D0 BUILD=3Ddebug MONOLITHIC=3D1
nmake -f makefile.vc SHARED=3D1 BUILD=3Ddebug MONOLITHIC=3D1
nmake -f makefile.vc SHARED=3D0 BUILD=3Drelease MONOLITHIC=3D1
nmake -f makefile.vc SHARED=3D1 BUILD=3Drelease MONOLITHIC=3D1

Now, to build the samples linking to the monolithic library created above  =

I would use a command such as

wxwidgets/samples>nmake -f makefile.vc BUILD=3Ddebug USE_OPENGL=3D1  =

MONOLITHIC=3D1 SHARED=3D0

and apart the error above (and some others errors which i have skipped) it  =

worked. Since I would like to use the IDE to reproduce my own wxwidgets  =

related problems in the samples, i would like to modify, build and debug  =

the samples' code into the IDE, but it seems that the provided project  =

file for VC2005 cannot build the samples linking to the monolithic build.  =

How could I generate a MSVS project for the samples which links to the  =

monolithic library? Or should I simply stop using the monolithic build and  =

use the non monolithic one?

Greetings,
Luca
-------------- next part --------------
A non-text attachment was scrubbed...
Name: isosurf.patch
Type: application/octet-stream
Size: 401 bytes
Desc: not available
Url : http://lists.wxwidgets.org/pipermail/wx-dev/attachments/20080717/90c0=
64bb/isosurf.obj


More information about the wx-dev mailing list