help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Use Octave in .NET


From: charles reid
Subject: Re: Use Octave in .NET
Date: Fri, 5 Sep 2008 15:58:05 -0600

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 <address@hidden> 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
address@hidden
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]