help-octave
[Top][All Lists]
Advanced

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

Re: can't include octave to VC++ 2008


From: Vincent Randal
Subject: Re: can't include octave to VC++ 2008
Date: Thu, 23 Jun 2011 06:27:49 -0600

Da Xu said "Google it." He can kiss my ass.

On Wed, Jun 22, 2011 at 3:51 PM, Michael Goffioul <address@hidden> wrote:
On Wed, Jun 22, 2011 at 8:37 PM, Da Xu <address@hidden> wrote:
> Dear friends,
>
> I tried to include octave and octave library to my VC++ project. However,
> when I built the project, it shows
> fatal error C1083: Cannot open include file: 'stdint.h': No such file or
> directory
> Then I downloaded stdint.h file and include it in VC++ 2008. Then more
> errors are generated. Please help me, because I really need Octave.

To be honest, your effort are probably useless. The recent versions of
octave available for Windows have been compiled with MinGW. The
octave libraries are binary incompatible with VC++. Even if you manage
to compile the code, it will never link. You best option is probably to
compile your project with MinGW instead.

Michael.
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave


reply via email to

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