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\n")
        table.insert(fileData, "     #include \"wx/wx.h\"\n")
        table.insert(fileData, "#endif\n")
        table.insert(fileData, "\n")
        table.insert(fileData, hook_cpp_binding_includes or "")
        table.insert(fileData, "\n")

to:

        table.insert(fileData, hook_cpp_binding_includes or "")
        table.insert(fileData, "\n")
        table.insert(fileData, "#include \"wx/wxprec.h\"\n")
        table.insert(fileData, "\n")
        table.insert(fileData, "#ifndef WX_PRECOMP\n")
        table.insert(fileData, "     #include \"wx/wx.h\"\n")
        table.insert(fileData, "#endif\n")

I have to define settings in my art2dsetup.h, before wxsetup.h is included.
This is currently not possible.

Regrads,

Klaas

--
Unclassified


------------------------------------------------------------------------------------------------------------
Disclaimer:

If you are not the intended recipient of this email, please notify the sender and delete it. Any unauthorized copying, disclosure or distribution of this email or its attachment(s) is forbidden. Thales Nederland BV will not accept liability for any damage caused by this email or its attachment(s). Thales Nederland BV is seated in Hengelo and is registered at the Chamber of Commerce under number 06061578.
------------------------------------------------------------------------------------------------------------

begin:vcard
fn:Klaas Holwerda
n:Holwerda;Klaas
note:Unclassified
version:2.1
end:vcard

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to