From: k. h. <kla...@nl...> - 2005-06-02 10:31:21
|
Hey guys the list is open: wxl...@li... Lets continue there. Ray Gilbert wrote: >The directory structure should reflect the various wxLua components: > >Lua -- the interpreter >wxLua/lua > >wxWidgets Binding -- bindings to wxWidgets >wxLua/binding/wx >wxLua/binding/XXX - other bindings > > Where does the C++ code generated by the binding go? Inside the same directory here?: wxLua/binding/wx wxLua/binding/XXX or should it be generated in a fixed directory ( like where object files will be going )? Once the wrapped C++ code is generated, create seperate libraries, or one big library? >wxLua Core -- core binding classes, some debug support >wxLua/src > >Surprisingly you only need the following to get wxLua interpreter up and >running, all the rest is just for the wxlua program. >wxLuaInternals.cpp, wxLuaInterpreter.cpp, and wxLuaLibrary.cpp only > > Good idea. > >If you want to allow wxIDE to debug it then you would add from >wxIDE/parts > >wxLua/debug/debuggernub >wxLua/debug/xmlrpc >And cdDebuggeeNubLua > >To expose a debuggee xmlrpc interface for it to connect to interpreter >process > > Klaas -- unclassified |