Re: [wxlua-users] binding includes

2009-09-26 Thread John Labenski
On Tue, Aug 25, 2009 at 8:30 AM, John Labenski wrote: > On Tue, Aug 25, 2009 at 7:52 AM, Klaas Holwerda > wrote: >> Hi John, >> >> Would it be possible to change the hook_cpp_binding_includes to a bit higher >> in the generated binding? Or maybe add an extra variable?? > > I don't see why we coul

Re: [wxlua-users] binding includes

2009-08-25 Thread John Labenski
On Tue, Aug 25, 2009 at 7:52 AM, Klaas Holwerda wrote: > Hi John, > > Would it be possible to change the hook_cpp_binding_includes to a bit higher > in the generated binding? Or maybe add an extra variable?? I don't see why we couldn't move hook_cpp_binding_includes earlier since we already have h

[wxlua-users] binding includes

2009-08-25 Thread Klaas Holwerda
Hi John, Would it be possible to change the hook_cpp_binding_includes to a bit higher in the generated binding? Or maybe add an extra variable?? table.insert(fileData, "#include \"wx/wxprec.h\"\n") table.insert(fileData, "\n") table.insert(fileData, "#ifndef WX_PRECOMP\