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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
