help-octave
[Top][All Lists]
Advanced

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

Re: Getting started with Octave and Visual C++


From: Søren Hauberg
Subject: Re: Getting started with Octave and Visual C++
Date: Sun, 21 Jun 2009 16:35:01 +0200

søn, 21 06 2009 kl. 07:18 -0700, skrev n3t:
> So I downloaded "Octave 3.2.0 for Windows MinGW Installer" from SourceForge
> and setted the include directory. If I create a project with only
> #include <octave/oct.h> and an empty main function, 
> it shows to me an huge number of incredible errors! So I think I've
> downloaded a wrong file or I made a mistake about setting Visual Studio..
> 
> How can explain to me what I've to do in order to achieve a good result?

I'm not a Windows user, so I'm just guessing here... The 'MinGW
Installer' is (not surprisingly) compiled with MinGW. I'm guessing that
if you want to work with MSVC you'll need to compile Octave yourself
using this compiler. If you just want to use Octave from C++ or extend
Octave with something written in C++, then why not use MinGW instead of
MSVC?

Søren



reply via email to

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