From: klaas.holwerda <kho...@xs...> - 2006-01-04 20:36:16
|
John Labenski wrote: >>Interesting enough, a2dCommandLanguageWrapper is not knwo, but that is oke?? >> >> > >This is probably an oversight, I suppose that it will fail if you try >to call a base class member function on an instance of a2dLuaWrapper. > > I see many *.i files, which have things in it which are not forward declared? Does genwxbind.lua parse the headers included with %include? That would explain it, but i got the feeling it is not doing anything with %include, it is just for putting it in the C++ generated code? > > >>%class %delete %noclassinfo a2dCentralCanvasCommandProcessor >> a2dCentralCanvasCommandProcessor() >>%endclass >> >> > > No members at all did the job, i saw it used somewhere in the *.i of wxLua. %class %delete %noclassinfo a2dCentralCanvasCommandProcessor %endclass This seems to not generate any code in C++, or at least it does not conflict. >dataTypes["wxCursor"] = AllocDataType("wxCursor", "class", false) > > > Oke good to know. Thanks, Klaas |