Re: [wxlua-users] vc2005 errors

2007-03-18 Thread John Labenski
Ok, these are more of the same. I have changed the generator to handle these more gracefully. There shouldn't be any more errors, tested in MSVC6 John Labenski On 3/18/07, klaas.holwerda <[EMAIL PROTECTED]> wrote: > Hi John, > > Here the rest of more the same errors. > And maybe putting in g

Re: [wxlua-users] vc2005 errors

2007-03-18 Thread klaas.holwerda
Hi John, Here the rest of more the same errors. And maybe putting in genwxbind.bat it is better to put: SET LUA=..\bin\vcd_lib\lua.exe That is compiled first i think, at least it is a chicken egg problem with wxlua-lua.exe Here the rest is all empty members array. After this it compiles again.

Re: [wxlua-users] vc2005 errors

2007-03-18 Thread klaas.holwerda
Ryan Pusztai wrote: > > e /NODEFAULTLIB:library > ... > > > > This is most likly because the version of wxWidgets you are linking > against uses a different CRT run-time. If it is set to "Multi-Threaded > DLL Run-Time" in the wxLua projects try setting it to just > "Multi-Threaded Stati

Re: [wxlua-users] vc2005 errors

2007-03-17 Thread John Labenski
On 3/17/07, klaas.holwerda <[EMAIL PROTECTED]> wrote: > Hi, > > There are several problems with VC2005 > > The next empty array is not allowed > > // Map Lua Class Methods to C Binding Functions > WXLUAMETHOD wxXmlResourceHandler_methods[] = { > }; I fixed this in CVS by just remming it out in the

Re: [wxlua-users] vc2005 errors

2007-03-17 Thread Ryan Pusztai
On 3/17/07, klaas.holwerda <[EMAIL PROTECTED]> wrote: I can only answer this part of the post. The next linking errors i don't understand yet. link /NOLOGO /OUT:..\..\..\bin\vcd_lib\wxlua.exe /LIBPATH:D:\soft\wxwin \wxWidgets-2.8.0\lib\vc_lib /DEBUG /LIBPATH:..\..\..\lib\vc_lib /LIBPATH

[wxlua-users] vc2005 errors

2007-03-17 Thread klaas.holwerda
Hi, There are several problems with VC2005 The next empty array is not allowed // Map Lua Class Methods to C Binding Functions WXLUAMETHOD wxXmlResourceHandler_methods[] = { }; int wxXmlResourceHandler_methodCount = sizeof(wxXmlResourceHandler_methods)/sizeof(wxXmlResourceHandler_methods[0]);