help-octave
[Top][All Lists]
Advanced

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

Including dll functions to octave 2.1.52


From: Reinhard Meyer
Subject: Including dll functions to octave 2.1.52
Date: Fri, 24 Feb 2006 04:46:02 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050921

Hello Everybody,

trying to convert a generated cc.file to an oct.file for using it inside
 of octave. There are some problems with sin and cos (tried to solve it
with -lcpc analogous to C - but with no success) and the example file
'oregonator' cannot be compiled by mkoctfile. It results into:

mkoctfile oregonator.cc
oregonator.cc: In function `octave_value_list Foregonator(const
octave_value_list&, int)':
oregonator.cc:8: error: conversion from `Array<double>' to non-scalar
type `ColumnVector' requested
oregonator.cc:11: error: ISO C++ says that `double pow(double, double)'
and `Complex pow(const Complex&, int)' are ambiguous even though the
worst conversion for the former is better than the worst conversion for
the latter

Thank you for any support in advance.

Best Regards,
Reinhard

-- 
Reinhard Meyer
E-mail: address@hidden



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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