help-octave
[Top][All Lists]
Advanced

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

Re: using Octave from C++


From: Michael Goffioul
Subject: Re: using Octave from C++
Date: Thu, 15 Jul 2010 15:07:34 +0100

If you're using a version of octave compiled with MinGW, you can't use it
to compile/link code with VC++. The libraries are not compatible.

Michael.


On Thu, Jul 15, 2010 at 11:22 AM, Christina Satzinger
<address@hidden> wrote:
> I'm trying to call Octave code from C++ by using feval as shown here:
> http://wiki.octave.org/wiki.pl?CategoryExternal
>
> I'm using VisualC++ 2008 and now have unresolved externals like
> __declspec(dllimport) void __cdecl do_octave_atexit(void)"
> (__imp_?do_octave_atexit@@YAXXZ)
>
> What library do I have to link? Is it 'liboctave.lib'? How can I get it?
>
> Thank you for any hints!
>
> ________________________________
> Hotmail: Vertrauenswürdige E-Mails dank leistungsstarkem SPAM-Schutz. Melden
> Sie sich jetzt an.
> _______________________________________________
> 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]