From: Francesco M. <f18...@ya...> - 2006-02-21 17:35:16
|
Hi, k. holwerda ha scritto: >> Is there any other problem which must be solved before the release ? >> > What should compile in VC when using batch build? > > ( I read that VC2005 is for free now, is it true?? ) the express edition is free but it has some limited features. Nonetheless it's a great thing: something free from ms ;) > If so we might pay less attention to VC6 which is not to good i think. I think MSVC6 is going to be completely 'deprecated' in few years... maybe we could: a) move msvc6 project files in the new build\msvc6 folders b) convert msvc6 project files and add them in the build\msvc7/8 folders Unfortunately AFAIK MSVC.NET and MSVC2005 use two different formats... I'm going to see if I can add these formats to bakefile. > Did you both compile all flavours in batch build using 2005 ? > If so do they compile well? I don't like to do batch builds with IDE. I usually use makefiles for that and makefile.vc allowed me to compile wxLua with any combination of options I've tried so far... > I myself get linking errors, etc. i wonder if this is because of VC6 or > soemthing else. > > Klaas > > wx_object.cpp > ...\..\..\modules\wxlua/include/wxlstate.h(184) : warning C4251: > 'm_coroutineStates' : class 'wxArrayLuaState' needs to have > dll-interface to be used by clients of class 'wxLuaStateRefData' > ..\..\..\modules\wxlua/include/wxlstate.h(156) : see declaration > of 'wxArrayLuaState' > ...\..\..\modules\wxlua/include/wxlstate.h(190) : warning C4251: > 's_wxHashMapLuaStateRefData' : class 'wxHashMapLuaStateRefData' needs to > have dll-interface to be used by clients of class 'wxLuaStateRefData' > ..\..\..\modules\wxlua/include/wxlstate.h(159) : see declaration > of 'wxHashMapLuaStateRefData' > ...\..\..\modules\wxluadebug/include/wxldebug.h(108) : warning C4275: > non dll-interface class 'wxLuaDebugDataItemArray' used as base for > dll-interface class 'wxLuaDebugData' > ..\..\..\modules\wxluadebug/include/wxldebug.h(100) : see > declaration of 'wxLuaDebugDataItemArray' these are warnings, what about the linking errors? Francesco |