Re: [wxlua-users] wxluacan_rules

2007-08-06 Thread John Labenski
On 8/6/07, klaas.holwerda <[EMAIL PROTECTED]> wrote: > John Labenski wrote: > > > > You used to have to generate those using the Makefile in the bindings > > dir. You can now use the bindings/wx_datatypes.lua file in the rules > > file variable datatype_cache_input_fileTable. See below. > > The s

Re: [wxlua-users] wxluacan_rules

2007-08-06 Thread klaas.holwerda
John Labenski wrote: > > You used to have to generate those using the Makefile in the bindings > dir. You can now use the bindings/wx_datatypes.lua file in the rules > file variable datatype_cache_input_fileTable. > > >> I would appreciate if you can fix that sample? >> > > The sample works

Re: [wxlua-users] wxluacan_rules

2007-08-05 Thread John Labenski
On 8/5/07, klaas.holwerda <[EMAIL PROTECTED]> wrote: > Hi John, > > It looks like my bindings stopped working, i more or less expected that > after all changes ;-) The most recent changes are just linking and initialization. See modules/wxbind/wxbinddefs.h for a list of all of the wxLuaBinding_wxX

[wxlua-users] wxluacan_rules

2007-08-05 Thread klaas.holwerda
Hi John, It looks like my bindings stopped working, i more or less expected that after all changes ;-) So i started from wxluacan to see how to do it these days. But also there i get errors. First one not being able to load wxcore_datatypes.lua. I would appreciate if you can fix that sample? If