From: Eike D. <ei...@cu...> - 2005-09-02 12:28:35
|
Hi there I would like to include wxLua in a C project as a lib, offering an easy and simple way to create windows, buttons and so on, without switching to C++. Using wxLua looks like a simple solution here, since the few functions could be easily called from C and lua could take care about all that GUI stuff using wxWidgets once the application starts. Unfortunatly, I am encountering some problems: * The current header is in c++ style (although it could be easily converted to a C-like form) * I am using windows and mingw as compiler and make throws strange errormessages if I run make (making lua was no problem that way): process_begin: CreateProcess((null), wx-config --basename, ...) failed. process_begin: CreateProcess((null), wx-config --release, ...) failed. ... I think I compiled the wxwidget library in a correct way (at least it didn't complain when I compiled it as DLL), but somehow I can't create a lib from wxLua. It would be really nice if someone knew what steps have to be done in my case (the website describes linux and windows using VC++). It would be even better if some default libs could be downloaded for developers, including a C compatible header. Thanks in advance Eike Decker |