John Labenski <[EMAIL PROTECTED]> writes:
> > I just tried it in MSVC6 and it works ok. I guess the problem is that > the aui lib is not built using makefile.vc? Try the latest version, > hopefully it will be built automatically now. > This works thanks. Back to an old problem compiling mod_luamodule using version 7 in DOS: cd %WXWIN copy include\wx\msw\setup.h include\wx\ This is not your problem it is cause by including platform.h which include wx/setup.h (sigh) -------------------------------- added to additional library directories $(WXWIN)\lib\vc_lib $(WXWIN)\\wxLua\lib\vc_lib could compile and could not link back to the wxAppInitializer problem try to play with the various DLL's preprocessor macros still would not work. I replace the vcproj file with an old one and it works. This like using the old dsp. the set of libraries use is now: wxbase28ud.lib wxmsw28ud_xrc.lib wxmsw28ud_html.lib wxmsw28ud_adv.lib wxbase28ud_xml.lib wxmsw28ud_media.lib wxbase28ud_net.lib wxmsw28ud_core.lib wxlua_msw28ud_wxbind.lib wxlua_msw28ud_wxluasocket.lib wxlua_msw28ud_wxluadebug.lib wxlua_msw28ud_wxlua.lib etc ... A big change is wxbindaui is gone ------------------ this works. ------------------ Now I try something strange which works??? I remove all the DLL's preprocessor macro and it still compiled and runs. The list now reads WIN32 _USRDLL DLL_EXPORTS __WXDEBUG__ __WXMSW__ _DEBUG I did a rebuild. I suspect that the old wxAppInitializer is cause by the libraries being included I hope this is more helpful than confusing Andre ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
