From octave-graphics-request at bevo dot che dot wisc dot edu Thu Nov 23 21:05:16 2000 Subject: Question on porting Octave into my program From: 50115905 at plink dot cityu dot edu dot hk To: octave-graphics at bevo dot che dot wisc dot edu Date: Fri, 24 Nov 2000 11:02:08 +0800 | Hi! everybody, | | i'm a new user to Octave. I actually want a Parse Function like core | in my program such as Parse Function in java. | | My program need a calculation core for compute the result. | I try to porting Octave into my program with Visual C++ 6.0. | | it is because i want to use Macromedia Flash SDK to design a | Mathematical Function Ploter for plotting animating graph of | mathematical function result inputed by user using Matlab or Octave | like commands. I want to make the ploter more powerful on | calculation. If i can do this, i will share the code to others over | the world. | | Could you give me hints on how to porting Octave into my program? how | many necessory files (*.CPP and *.h)should i include in my VC project | or Can Octave provide DLL in win32 for dynamic blinding so that i can | call the Octave DLL and pass the equation inputed by user to it and | the DLL return the result (such as an array of result data) to my | program. | | please reply as soon as possible! | sorry for bothering! : ) | | regards, | kidson