問題タブ [mathlink]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c++ - C++共有ライブラリをMathematica 8.0にロードできますか?
Mathematica 8.0から共有ライブラリにコンパイルされたC++関数をロードしようとしています. MathLink を使用して C 関数を使用することはできましたが、MathLink は C++ 関数をサポートしていないようです。そこで共有ライブラリを作成してLibraryLinkで読み込もうとしたのですが、LibraryFunctionLoadでC++の関数を読み込めないようです。Mathematica 内で C++ 関数を使用できた人はいますか?
macos - MathLink が Cocoa プロジェクトにリンクしていない
Mathematica カーネルに接続する Cocoa アプリを構築しようとしています。ビルドすると、次のようになります。
引数が示すように、mathlink.framework と libstdc++.6.dylib にリンクしています。私は何を間違っていますか?