From: klaas.holwerda <kho...@xs...> - 2006-01-24 23:00:54
|
Hi, Trying to test it. In the project file wxLua.dsw, VC6 could not find target app_wxLua, it seems to search for wxLua/apps/build/msw/apps.dsp. And indeed i could not find it, although there is apps.dsw. Can you fix that? Is there already a cleanall /deep ? I see that things get mixed up in project files, so a real good/all clean like in wxArt2D is needed i think. I think we need a install.html. At least for now batch build does not work yet, for all configurations (DLL). So i just do debug and release from selection in batch build. mod_wxbind tells me that luasetup.h can not be found? Others or oke. It is at e.g. print.cpp at #include "luasetup.h" regards, Klaas Francesco Montorsi wrote: > Hi, > I've tried last wxLua (with my bakefile changes) on win32 with > MSVC .NET; almost everything went fine after setting the WXWIN env > variable, compiling wxWidgets and converting msvc6 projects to a .SLN > file. > > I say "almost" because I get errors about a wxWinHelpController not > defined and a "new wxDC()" which cannot be done because wxDC is abstract. > > This could be because I'm using wxCVS (both on win32 and on linux). > > Does anyone got my same problems ? > > Francesco > |