Re: Seeking help in Octave C++ API
Andreas Weber <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <[email protected]> |
Am 06.04.21 um 08:02 schrieb Siddhartha Roy:
> Sorry for my mistake. As I am new in this platform so I am unable to
> adopt the etiquette so quickly but I will learn this definitely.
You are still top posting with fullquote below instead of bottom posting
or interleaved posting.
> ...
> string_vector argv (2);
> argv(0) = "embedded";
> argv(1) = "-q"; // quiet
> octave_main (2, argv.c_str_vec (), true);
This looks like copied from an GNU Octave 4.x example
> interp.feval("pkg",ov,0);
This looks like a line from GNU Octave 6.x
Which version of GNU Octave do you want to use?
-- Andy