> 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
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
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