octave-maintainers
[Top][All Lists]
Advanced

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

"oct files" within the embedder


From: Sebastien Loisel
Subject: "oct files" within the embedder
Date: Fri, 17 Feb 2006 14:19:58 +0100

David,

If I mkoctfile foo.cpp -o foo.oct then I get a function in octave, called foo, that I can call. However, if instead I g++ foo.cpp -o foo.o and then statically link foo.o into my embedder, the function isn't visible in octave. Is there a way for my embedder to add it to the namespace, or am I better off just making oct files?

Cheers,

Sébastien Loisel

reply via email to

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