There's just a few more path problems. Hopefully they're easy to fix? 1) apps_app_wxluaedit.dsp - search path to wxcode_msw28_stedit.lib needs to have vc_XXX appended to it. Currently : /libpath:"$(WXSTEDIT)\lib Change to : /libpath:"$(WXSTEDIT)\lib\vc_XXX
2) All apps are generated in wxLua/apps/bin/vc_XXX, is this right? I thought they should be put into wxLua/bin/vc_XXX. Currently : /out:"..\..\bin\vc_dll\wxluaedit.exe" Change to : /out:"..\..\..\bin\vc_dll\wxluaedit.exe" 3) modules_mod_luamodule.dsp - generates wx.dll into wxLua/modules/build/lib/vc_dll, shouldn't it go into wxLua/lib/vc_dll? Currently : /out:"..\lib\vc_dll\wx.dll" Change to : /out:"..\..\..\lib\vc_dll\wx.dll" I think that's it, other than that the build works great. Note that I switched the build order of wxluasocket and wxluabind so wxluabind is built first in wxLua.dsw since wxluasocket depends on wxluabind. I also changed the order of the libs for "wxlua-alllibs" in wxluabse.bkl (but didn't rebake), does this change need to be made anywhere else? Thanks, John Labenski ------------------------------------------------------------------------- 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 wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users