Re: [Wxlua-users] Compile error

2006-08-07 Thread John Labenski
I guess VC6 doesn't like that wx2lua and lua2wx are inline functions in a header file included by multiple libs. Since I don't use DLLs myself I can see a few different things we can try. 1) Add /FORCE:MULTIPLE to the linker options http://msdn2.microsoft.com/en-us/library/72zdcz6f.aspx 2) Put th

[Wxlua-users] Compile error

2006-08-06 Thread marcos
I get this error on VC6. Configuration: mod_wxluasocket - Win32 DLL Release Multilib Linking... wxlua_msw26_wxlua.lib(wxlua_msw26_wxlua.dll) : error LNK2005: "class wxString __cdecl lua2wx(char const *)" (?lua2wx@@YA?AVwxString@@[EMAIL PROTECTED]) alrea

Re: [Wxlua-users] compile error about m_steNotebook

2006-03-03 Thread John Labenski
On 3/3/06, Francesco Montorsi <[EMAIL PROTECTED]> wrote: > Hi, > with latest CVS I got: > > .././bk-deps g++ -c -o app_wxluaedit_wxluaedit.o -I../../modules > -I./../.. -I/usr/local/lib/wx/include/gtk2-unicode-release-static-2.7 > -I/usr/local/include/wx-2.7 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILE

[Wxlua-users] compile error about m_steNotebook

2006-03-03 Thread Francesco Montorsi
Hi, with latest CVS I got: .././bk-deps g++ -c -o app_wxluaedit_wxluaedit.o -I../../modules -I./../.. -I/usr/local/lib/wx/include/gtk2-unicode-release-static-2.7 -I/usr/local/include/wx-2.7 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -D__WXGTK__ -pthread -g0 -O2 ../../apps