From: John L. <jla...@gm...> - 2006-01-10 04:54:20
|
On 1/4/06, klaas.holwerda <kho...@xs...> wrote: > 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? genwxbind.lua reads all the .i files in an generates a list of all the classes that were defined. Any class not defined will generate an error. Regards, John Labenski |