hi Romain.

On Mon, Jan 21, 2013 at 05:16:53PM +0100, romain.gaille...@ccamy.fr wrote:
> I've been trying to do some plugins following this link :
> http://www.gnucap.org/dokuwiki/doku.php?id=gnucap:manual:tech:plugins:coding

there seems to be something wrong with that wiki page.

> fake_function.h :
> class FAKE_FUNCTION {
> public:
>   virtual std::string  eval(double arg)const = 0;
> };

better use u_function.h and inherit from FUNCTION, then
DISPATCHER<FUNCTION>::INSTALL [...] makes more sense

have fun
felix

_______________________________________________
Help-gnucap mailing list
Help-gnucap@gnu.org
https://lists.gnu.org/mailman/listinfo/help-gnucap

Reply via email to