John Labenski wrote:
Any problems with getting rid of
the wxModule way and adding the C functions to put this initialization
problem behind us?
I think yes, since i think the order of bindings also mattered somehow.
I like the module aproach since it make ist possible to control the
order o
The library wxbindstc has a wxModule in it and unfortunately the
OnInit() function is not run. I suspect that the linker is throwing
away the whole library since it's "not used".
Just to refresh, each binding has a wxModule that adds itself to a
list of bindings in wxLuaBinding. See the bottom of