Use Octave in .NET

charles reid charlesreid1 at gmail.com
Fri Sep 5 16:58:05 CDT 2008


You would have to include octave header files.  I'm not sure how to do it in
VB, but in C you use:

#include <octave/oct.h>

where oct.h is in the 'octave install dir'/include directory.  When you
compile it, you'd use the -I flag to tell the compiler where the include
files are.

Hope that helps.


Charles

On Fri, Sep 5, 2008 at 2:10 AM, Jac Steenekamp <skobbejac at gmail.com> wrote:

> Hi
>
> I've want to use some of Octave's functionality in VB.Net. Is there a way
> to access the octave libraries in .NET?
>
> Thanks,
> Jac
>
> _______________________________________________
> Help-octave mailing list
> Help-octave at octave.org
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www-old.cae.wisc.edu/pipermail/help-octave/attachments/20080905/e68da3dd/attachment.html 


More information about the Help-octave mailing list