Hi,
I am developping with CodeBlocks/mingw under Windows XP
and when I compile wxscript (after having modified some
bugs, for instance when you set USE_LUA = 0, source
files are yet dependent on LUA - see script.cpp l630
LUA2WX ...) I get some erros with test app.
When I launch test1.exe or test2 I get this :
(gdb) run
Starting program: D:\Projet En
cours\SmartTester\wxscript\tests\test1/test1.exe
wxScript test program
-------------------------
I will now run a customizable script ('math.script')
and then I will compute the functions it contains
for some fixed values (1,2,3...10).
>I'm initializing the script interpreters...
>For our tests, we are using:
>Base path is: 'D:\Projet En
cours\SmartTester\wxscript\tests\testscripts\'
gdb: kernel event for pid=3372 tid=2284
code=EXCEPTION_DEBUG_EVENT)
gdb: Target exception EXCEPTION_ACCESS_VIOLATION at
0x7c928fea
Program received signal SIGSEGV, Segmentation fault.
0x7c928fea in ntdll!RtlpWaitForCriticalSection () from
ntdll.dll
(gdb)
Logged In: YES
user_id=591038
I'll look at this ASAP...
thanks for submission !
Francesco
Logged In: YES
user_id=799240
ok thanks Francesco.
Another question would it ne difficcult to add a rubby
support ?
And I am not an expert in scripting but what is the
difference between wxscript with python and something like
boost.python.
It seems they have different approach.