Charles Boyd on Tue, 04 Oct 2011 06:41:01 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Fwd: embedding GP in GUI applications (android-port) |
There is a distinction to make between the gp programm and the GP interpreter.
The gp programm is a standalone exectutable that provide an interface to the
GP interpretor which is included in libpari. In the context of a graphical
application you probably want to use the GP interpreter directly since gp mostly
provide the text-based user interface which you do not need.
Yes, you can embed the GP interpretor in your C program, since the GP interpretor
is part of the libpari library. See examples/minigp.c in the distribution for
an example.