Francesco Montorsi <[EMAIL PROTECTED]> writes: > 1) the wx.dll which is created by MSVC, generates the following error > when used through luamodule.wx.lua sample: > > "Cannot find a required procedure" > > (the message is localized so I'm translating it)... maybe that's because > wx.dll is a dll which in reality does not contain any code apart from > wxLua\modules\luamodule\src\luamodule.cpp (it's just 34K IIRC) ? > Nonetheless it should force lua to import all other DLLs from which it > depends (wxlua* and wx* ones)... Ok, it was late and I was definitevely sleeping: adding right export/import symbols for luamodule, MSVC's wx.dll works perfectly...
Francesco ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
