Re: [Wxlua-users] multi-level C++ namespaces

2006-06-09 Thread Darwin Slattery
Hello, Thanks that works great. The naming convention for the namespaces is perfect. I have noticed something regarding enumerations declared inside a class in a namespace that I just wanted to check with you. I have the following declaration: namespace nsa { class MyClass { public: enum

Re: [Wxlua-users] Windows, MinGW, Error

2006-06-09 Thread John Labenski
On 6/9/06, Francesco Montorsi <[EMAIL PROTECTED]> wrote: > Hi, > > [EMAIL PROTECTED] ha scritto: > > ../modules/wxbind/src/wx_bind.cpp:4061: error: `wxHandleFatalExceptions' > > undeclared (first use this function) > > ../modules/wxbind/src/wx_bind.cpp:4061: error: (Each undeclared > > identifier i

Re: [Wxlua-users] wxLua win98 memory allocation error..

2006-06-09 Thread John Labenski
On 6/9/06, Steve Kieu <[EMAIL PROTECTED]> wrote: > All right, I fixed this but not understand why ; You may have the answer > though lol > > What I did is; after comapring liles by lines with wxLua.cpp then add > extern bool wxLuaBinding_wxstc_init(); > and init it of course > wxLuaBinding_wxstc_in

Re: [Wxlua-users] Windows, MinGW, Error

2006-06-09 Thread ldn
Francesco, thank you ___ Wxlua-users mailing list Wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users

Re: [Wxlua-users] Windows, MinGW, Error

2006-06-09 Thread Francesco Montorsi
Hi, [EMAIL PROTECTED] ha scritto: > ../modules/wxbind/src/wx_bind.cpp:4061: error: `wxHandleFatalExceptions' > undeclared (first use this function) > ../modules/wxbind/src/wx_bind.cpp:4061: error: (Each undeclared > identifier is reported only once for each function it appears in.) > ../modules/