Hello,

I have been having problems with generating the bindings for classes when they exist in sub-namespaces of the main namespaces e.g.
a::b::MyClass

I was not able to set this namesace in the rules file using the hook_cpp_namespace because this caused problems with the #ifndef at the top of the generated binding header e.g.:

<code>
#ifndef __HOOK_WXLUA_a::b_H__
#define __HOOK_WXLUA_a::b_H__
</code>

It also seems to only process the first part of the namespace:
'wxluatest.h:58: error: ‘wxObject_a’ has not been declared'

I was just wondering if this is supported or if there is any way around this short of editing the generated binding files?

Thanks in advance,
D. S.



_______________________________________________
Wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to