Hi all,
Does anybody use PARIGP (Catalogue of GP/PARI Functions: GP defaults) from Xojo?
I guess it’s possible via a Shell object, but don’t achieve to do it.
Thanks for any help or advice.
Jean-Luc
Hi all,
Does anybody use PARIGP (Catalogue of GP/PARI Functions: GP defaults) from Xojo?
I guess it’s possible via a Shell object, but don’t achieve to do it.
Thanks for any help or advice.
Jean-Luc
Replying to myself!
I downloaded the DMG version of PARIGP, so I got a Mac app.
I tried launching the Unix Executable file PariGP in Contents/MacOS and the Terminal opened everytime a new window.
The right way is to launch (via a shell.Execute command) the gp-2.13 file located in Contents/Resources/Bin. Doing so, PariGP runs in the (virtual) Shell window.
Of course, you have to setup the Shell in Interactive mode.
Hope this may help…
Jean-Luc