From: John L. <jla...@gm...> - 2005-08-01 03:27:18
|
On 7/31/05, klaas.holwerda <kho...@xs...> wrote: > included from in internal.cpp >=20 > Where is it? see my other message, it's generated on the fly by running wxluawrap.lua. =20 > BTW i read the thread on binding with you and Francesco, i think i get it= . > There is no bindings library yet. > It is all application specific. ( like in apps/wxlua ). Right. > Still a bit confused what is in the bakefiles on this wxbind sources. I don't know about the bakefiles, but just to clarify the reasoning I think the only workable solution for having multiple versions of the wrapper libraries is to make people compile them in their own project. For example, the standalone wxlua ide should wrap everything, all the wxLUA_USE_XXX are 1. However for using wxLua in your own project you might want to turn some of them off. I will want to be able to compile both of them without too much problem for debugging so I don't want to have to compile the wrapper lib for the standalone program, have to edit something and recompile it for an embedded program. You shouldn't have to edit anything. I hope this makes sense, John Labenski |