From: Chris C. <wan...@ho...> - 2006-07-27 05:00:32
|
Hi all, I'm very new to using wxlua and I was wondering if there are any good tutorials around on the wbe that show how to setup wxlua in c++ as my searches have ended up with me running around in circles. But to the problem I've created a gui using the luaeditor app but now I would like to make it a standalone .exe and I've run into a problem while compiling. If I use #include "wxlua/include/wxlua.h" or #include "wxlua/include/wxlstate.h" I get a lot of compile errors in the wxlbind.h along the lines of. error C2143: syntax error : missing ';' before '*' error C2501: 'WXLUACLASS::wxClassInfo' : missing storage-class or type specifiers Am I missing some other include files that I need to include? I have looked at the c++ apps that came with wxlua (although I havent tried compiling any of them) and it doesnt seem they are doing anything different when including either of those files. Currently I'm using visual studio .net 2003 as a compiler and wxlua 2.6.3. Any help would be greatly appreciated. Chris |