Re: [Wxlua-users] wxModule fails to run in MSVC 2005 Express

2006-02-04 Thread klaas.holwerda
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

[Wxlua-users] wxModule fails to run in MSVC 2005 Express

2006-02-03 Thread John Labenski
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