On 7/3/07, Marcos <[EMAIL PROTECTED]> wrote:
> 1)
> wxLua: Expected a wxArrayString or table of strings for parameter 6,
> but table index 1 is 'number'.
> This error occurs when I passed a lua table with number ({1,2,3,4})
> to combobox.
>
> 2)
> When I set wxLabel title = 1, I get same error (str
John,
1)
wxLua: Expected a wxArrayString or table of strings for parameter 6,
but table index 1 is 'number'.
This error occurs when I passed a lua table with number ({1,2,3,4})
to combobox.
2)
When I set wxLabel title = 1, I get same error (string expected).
wxLua: Expected a string or wxStrin
John Labenski <[EMAIL PROTECTED]> writes:
>
> I just tried it in MSVC6 and it works ok. I guess the problem is that
> the aui lib is not built using makefile.vc? Try the latest version,
> hopefully it will be built automatically now.
>
This works thanks.
Back to an old problem compiling mod_lu
On 7/4/07, Andre <[EMAIL PROTECTED]> wrote:
> Only change to the make file:
> UNICODE 1
>
> link /NOLOGO /OUT:..\..\..\bin\vc_lib\wxlua.exe
> /LIBPATH:c:\Programs\wxWidgets\lib\vc_lib /DEBUG /LIBPATH:..\..\..\lib\vc_lib
> /LIB
> PATH:..\..\..\modules\lua\lib /SUBSYSTEM:WINDOWS
> @C:\DOCUM
Only change to the make file:
UNICODE 1
link /NOLOGO /OUT:..\..\..\bin\vc_lib\wxlua.exe
/LIBPATH:c:\Programs\wxWidgets\lib\vc_lib /DEBUG /LIBPATH:..\..\..\lib\vc_lib
/LIB
PATH:..\..\..\modules\lua\lib /SUBSYSTEM:WINDOWS
@C:\DOCUME~1\Andre\LOCALS~1\Temp\nm3E0.tmp
LINK : fatal error LNK1