[Wxlua-users] bakefile generation

2006-02-03 Thread k. holwerda
Hi Francesco, How do i generate using nakefile. I did get the latest bakefile version, and yours, copied what i thought would be needed into the othere. Bad luck, i get errors hen calling bakefile_gen. That is windows. How can i organize a proper bakefile generator? Klaas -- Unclassified

Re: [Wxlua-users] Re: Why wxluasetup.h.in and wxluasetup.h ?

2006-02-03 Thread John Labenski
On 2/3/06, k. holwerda [EMAIL PROTECTED] wrote: But still when wxbindstc also depends on wxluasetup.h better use one wxluasetup.h in: modules/setup which both bindings modules do use. As I said, this should not be a requirement for the wxstc binding. The #include wxluasetup.h is hardcoded

Re: [Wxlua-users] Re: bakefile generation

2006-02-03 Thread klaas.holwerda
Francesco Montorsi wrote: k. holwerda ha scritto: Hi Francesco, How do i generate using nakefile. I did get the latest bakefile version, and yours, copied what i thought would be needed into the othere. Bad luck, i get errors hen calling bakefile_gen. That is windows. which error did

[Wxlua-users] Re: bakefile generation

2006-02-03 Thread Francesco Montorsi
klaas.holwerda ha scritto: Francesco Montorsi wrote: k. holwerda ha scritto: Hi Francesco, How do i generate using nakefile. I did get the latest bakefile version, and yours, copied what i thought would be needed into the othere. Bad luck, i get errors hen calling bakefile_gen. That is

[Wxlua-users] Re: bakefile generation

2006-02-03 Thread Francesco Montorsi
klaas.holwerda ha scritto: klaas.holwerda wrote: which error did you get ? I don't know, i was at work. will try again, can you tell me the link to your bakefile once more, can not find it. Oke, putting the next on top of the lattest bakefile on window, i get the error below.

[Wxlua-users] Re: bakefile generation

2006-02-03 Thread Francesco Montorsi
Francesco Montorsi ha scritto: I'm getting some link errors but hopefully I'll solve them very soon. Fixed; now I can run wxluacan and it works nicely and smoothly ;) Francesco --- This SF.net email is sponsored by: Splunk Inc. Do you grep

Re: [Wxlua-users] wxluacan as namespace

2006-02-03 Thread klaas.holwerda
John Labenski wrote: On 2/3/06, klaas.holwerda [EMAIL PROTECTED] wrote: Hi Guys, Thanks for makes the wxluacan corrections, it indeed works nice. But to bad, there is a problem. I used wx as namespace to start with, and this works correctly. heh. I can't get the wxLua app to work in

[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