octave-maintainers
[Top][All Lists]
Advanced

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

loading an octave file in a stand-alone program with Octave 4.3.0+


From: Carlo De Falco
Subject: loading an octave file in a stand-alone program with Octave 4.3.0+
Date: Sun, 4 Feb 2018 16:16:24 +0000

Hi,

In many C++ applications I have been using the approach shown here:
http://wiki.octave.org/Fortran#C.2B.2B_function
To load Octave data files.

This code no longer compiles whith recent versions of the development branch
as "install_types ()" now takes an input argument of "class octave::type_info&".

Can someone provide some hint for adapting that example on the wiki?
Is it now needed to create an interpreter object before invoking do_load?

Thanks,
c.







reply via email to

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