From help-request at octave dot org Mon Mar 14 17:08:41 2005 Subject: Re: doubts about functions declared in parse.h ... From: Alberto Francisco Martin Huertas To: help at octave dot org Date: Tue, 15 Mar 2005 00:14:44 +0100 Hi. Finally, I have chosen the first solution, that is , convert the original script file in a function file and call feval (after source this function file) from my C++ function. Now I'm going to explain quickly why I have needed to do that. Actually, my C++ function is an application client (I have used sockets from the Unix Programming Interface) of an application server which runs in a machine which has access to a SMP cluster. This cluster has a parallel model reduction library ( http://spine.act.uji.es/~plicmr/) which performs the computation. When the cluster finish the computation, it puts the results in a m-file. The application server sends back this file to the C++ function which needs to evaluate it to provide the appropiate argout to the user. Thanks for your help , Alberto. ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------