From: Francesco M. <f18...@ya...> - 2006-05-21 14:51:28
|
Francesco Montorsi <f18m_cpp217828@...> 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 |