Re: [Wxlua-users] Question about bindings (fixed)

2006-05-24 Thread Steve Kieu
Reading the source wxlbind.h  I fixed  the compile error by adding  %delete  %encapsulate  before  %noclassinfo  in the %class  def lineCheers,Steve Kieu <[EMAIL PROTECTED]> wrote: Hi, I was successful in binding wxAUI to wxLua but got problem when trying to bind wxFoldPanelBar, and then I found it

[Wxlua-users] Question about bindings

2006-05-24 Thread Steve Kieu
Hi, I was successful in binding wxAUI to wxLua but got problem when trying to bind wxFoldPanelBar, and then I found it is a normal symptom with code generated by genwxbind. I have to make two very simple class and bind it to test.The problem is: If I have a class 'standalone' means not derived from