I uploaded what i tested today ( with the latest namespace changes and such ).

http://www.xs4all.nl/~kholwerd/tmp/wxLua2.zip

The sample works a little because i changed the order of registering bindings,
but this does not solve anything.

I think that the problem of all is the Itag that is coupled to each class.
This must be unique, since this Itag result in calling functions for __gc etc. Now with two bindings the same Itag is used for two different classes, and depending on what is registered first one of them works or not. With the same namespace into two bindings there is the problem with a table with the same name created i think. How to organize it better i do not see yet, it looks like the m_lastTag should move up a bit, to make it unique for all classes in all bindings??

regards,

Klaas



But lets make the bindings work first. I will try to test your new mods today,




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to