From: klaas.holwerda <kho...@xs...> - 2006-01-19 22:05:26
|
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, |