Re: [Wxlua-users] wxLua Memory problem

2006-06-20 Thread Steve Kieu
Hi,<[EMAIL PROTECTED]>Contributions are welcome. :)I would like to but frankly I do not like wxODBC much ; the way (API) it works is not intuitive to me at least. (sometimes I feel it is unnatural and not straight foward. Of course by the end of the day the my app db layer will wrap all this into a

Re: [Wxlua-users] wxLua Memory problem

2006-06-20 Thread John Labenski
On 6/20/06, Steve Kieu <[EMAIL PROTECTED]> wrote: > >> Well, this points to luasql as being the culprit. What if you just add >> the luasql files directly to your project instead of compiling it as a >> separate lib? > > Actually the reason is a bit complex. First I can crash it without any db > o

Re: [Wxlua-users] wxLua Memory problem

2006-06-20 Thread Steve Kieu
<[EMAIL PROTECTED]>Well, this points to luasql as being the culprit. What if you just addthe luasql files directly to your project instead of compiling it as aseparate lib?Actually the reason is a bit  complex. First I can crash it without any db operation at all just open dialog and close it many

Re: [Wxlua-users] wxLua Memory problem

2006-06-20 Thread John Labenski
On 6/20/06, Steve Kieu <[EMAIL PROTECTED]> wrote: > > I believe it is a problem with the garbage collector of 5.1. I cannot > seem to find a way to force it to do a GC on "dead" locals. For > example > I think it is the problem with wxWidget. The similar test but in purely > wxWidgets show the same

Re: [Wxlua-users] wxLua Memory problem

2006-06-20 Thread Steve Kieu
<[EMAIL PROTECTED]>I believe it is a problem with the garbage collector of 5.1. I cannotseem to find a way to force it to do a GC on "dead" locals. ForexampleI think it is the problem with wxWidget. The similar test but in purely wxWidgets show the same symptoms, and the symtom goes away if I do :C

Re: [Wxlua-users] wxLua Memory problem

2006-06-19 Thread John Labenski
On 6/18/06, Steve Kieu <[EMAIL PROTECTED]> wrote: > I am trying to find the reason why my apps is so unstable in win32 and found > which could be a bug, not sure it is in wxLua or lua or even wxWidgets. I > will test with pure wxWidgets to see and post here later on. I believe it is a problem wit

[Wxlua-users] wxLua Memory problem

2006-06-18 Thread Steve Kieu
Hi all,I am trying to find the reason why my apps is so unstable in win32 and found which could be a bug, not sure it is in wxLua or lua  or even wxWidgets. I will test with pure wxWidgets to see and post here later on.I have such simple script to testf=wx.wxFrame(wx.wxNull, -1, "Test")b=wx.wxButto