help-octave
[Top][All Lists]
Advanced

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

Re: Dynamic linking of .oct files and symbol names in libcruft (intrp.f


From: withaar
Subject: Re: Dynamic linking of .oct files and symbol names in libcruft (intrp.f in libcruft/villad)
Date: Tue, 09 Sep 2003 21:10:43 +0100

If you are using c++, you could include the file with namespace scope
around it:

namespace mylib {

#include "mylib.h"

}

which should solve name conflicts.



-------------------------------------------------------------
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]