From: John L. <jla...@gm...> - 2006-12-07 01:42:21
|
On 12/6/06, Hakki Dogusan <dog...@tr...> wrote: > > Great! If you have a place for me to get them I'll upload them to the > > wxLua site into the downloads dir. > > http://www.dynaset.org/dogusanh/download/wxLua-CodeBlocks.zip ~5Mb > > - Includes CodeBlocks (SVN3315) project file > - wx.dll lua module unicode and non-unicode > - There are tons of exported functions, I couldn't solve it > - Used wx-rc3 static libs > - Used modified wxlstate.h (for Turkish) > > Could you inform me upon downloading it, please? Got it, thanks. What does it mean "There are tons of exported functions, I couldn't solve it"? When I try to run this, I get an error ./lua5.1.exe ../samples/luamodule.wx.lua d:\wxCVS\wxLua\wxLua\bin\lua5.1.exe: error loading module 'wx' from file '../lib/vc_dll/wx.dll': Access is denied. stack traceback: [C]: ? [C]: in function 'require' ../samples/luamodule.wx.lua:19: in main chunk [C]: ? What the heck is "Access is denied" supposed to mean? It's definitely finding wx.dll since if I move it somewhere else it gives a "The specified module could not be found." error. > > By the way, how do you use Code::Blocks with wxLua? I tried to use > > I suggest to look it again.. > It only generates a layout file. You don't mean object or dependency > files, don't you? For these I'm using sub directories. Ok, I'll try again. If I remember correctly it was generating makefiles and maybe even autoconf and readme files and whatnot. Thanks, John Labenski |