help-octave
[Top][All Lists]
Advanced

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

Re: help for c++ developpement


From: Michael Goffioul
Subject: Re: help for c++ developpement
Date: Thu, 12 Feb 2009 16:33:52 +0000

How did you compile your oct-file?
Which dll's did you actually copy?

Michael.

On Thu, Feb 12, 2009 at 9:35 AM, Paul Goulpié <address@hidden> wrote:
> Hello,
>
> I 'm french man and i excuse for my bad english.
>
> On first congratulation for your great project , it's a very good
> demonstration of the utility free software.
>
> I want to use octave for creating a dll library , use octave function
> (ex : freqz) inside. This devellopement is under Visual Studio 2008 ,
> C++ language.
> I try to use octave c++ API but it don't work, need dll file
> (octave.dll, octinterp.dll ,..). When I add dll files in the folder of
> executable , the program crash with a message like : "not initialisation
> possible".
> Can you communicate me a referential for use and setting octave under
> Visual Studio 2008.
> On the bottom the file source of test :
>> #include <octave\oct.h>
>>
>> typedef std::complex<double> Complex;
>>
>> void main (){
>> Complex number = Complex (0.7, 0.3);
>>
>> }
> Thank you for your response.
>
> Cordialement
>
>
> Paul Goulpié
>
> --
> Paul Goulpié
> Developpement applications informatiques
> BOUYER member of FUNKWERK
> 480 Avenue de Paris
> 82000 MONTAUBAN
> FRANCE
> Tel 33 (0)5 63 21 31 13 - Fax 33 (0)5 63 03 08 26
> address@hidden
> www.bouyer.com
>
>
> _______________________________________________
> 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]