John Labenski wrote:
On 5/29/06, k. holwerda <[EMAIL PROTECTED]> wrote:
------------------------------------------------------------------------------- -- Set any #includes or other C++ code to be placed verbatim at the top of
--   every generated cpp file or "" for none
hook_cpp_binding_includes = "#include \"general/include/a2dprec.h\"\n"

As it says it should be "at the top".
And in my luabind.i I have this at the top:

%include "general/include/a2dprec.h"

Have only one of these. You can also try
"hook_cpp_binding_header_includes" in the rules file.
If i understand it well, it will not be at the top of "the file", or does that mean something else?. The precompiled header ( which is a2dprec.h ), has to be the very first in every cpp file that is generated, else VC6 gives problems in compiling with it.

I am a bit confused, by what is exactly what in the following two:

-------------------------------------------------------------------------------
-- Set any #includes or other C++ code to be placed verbatim at the top of
--   every generated cpp file or "" for none
hook_cpp_binding_includes = ""

-------------------------------------------------------------------------------
-- Add additional include information or C++ code for the binding header file. -- This code will be place directly after any #includes at the top of the file
hook_cpp_binding_header_includes = ""

This evening i can try your modifications from CVS,

regards,

Klaas

--
Unclassified



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to