From: Anders A. <all...@gm...> - 2012-06-26 15:22:00
|
Hello! I have built wxLua with 2.9.3 and WXWIN_COMPATIBILITY_2_8 set to 0 (will never use 2.8 again) by removing obsolete code from the interfaces (.i) files, and have couple of questions/problems, 1. My wx build is monolithic with shared set to 1 and when I build wxLua nmake_wxLua.bat and couple of changes to makefile.vc I get 5-10 dll, one for each wxLib. But I want a single .lib of the entire wxLua so I can just link it in my application. How would you set this up? (I can't use any other wxbuild, since other applications depend on the single wx.dll). 2. As you already know since wx 2.9 wxSTC is part of the main library, so when I build with USE_WXBINDSTC set to 1 then the compilar complains about wxmsw29_stc.dll but there is no such dll in 2.9 everything is placed in a single .dll (except for gl). 3. The compilar also complains about wxGLCanvas and wxGLContext that they are unresolved which means that there is another problem in the build files (GL is built since I'm using it). Hope someone can help me with these, btw Why does wxLua not have a forum I think it's more usable then a mailing list. P.S. If you need the interface files so you can easily see what the differences are between wx 2.8 and 2.9, just inform me. |