Re: [Gambas-user] SEGFAULT with SHELL

2009-05-26 Thread BenoƮt Minisini
> I have 2 C-program's. > > lasercall.e run at background and call function in shared library > liblumax.so. > Calling from Gambas with > SHELL "/home/juelin/lasercall.e&" > > laserfunc.e calling from Gambas with > SHELL "/home/juelin/laserfunc.e 4 1" TO StringVar > > Then I got a segmentationfau

Re: [Gambas-user] SEGFAULT with SHELL

2009-05-26 Thread M0E Lnx
Maybe you need to call the compiler for thesel programs from gambas. Unless your programs are already compiled and you just run their binaries On May 26, 2009 4:02 AM, "juelin" wrote: I have 2 C-program's. lasercall.e run at background and call function in shared library liblumax.so. Calling

[Gambas-user] SEGFAULT with SHELL

2009-05-26 Thread juelin
I have 2 C-program's. lasercall.e run at background and call function in shared library liblumax.so. Calling from Gambas with SHELL "/home/juelin/lasercall.e&" laserfunc.e calling from Gambas with SHELL "/home/juelin/laserfunc.e 4 1" TO StringVar Then I got a segmentationfault signal and prog