我有一个简单的 C API(N
简单函数)。我想同时将它包装成 C#、Java 和 Python。如何调用 SWIG 同时为多种语言创建包装器?
像这样的东西
swig.exe -c++ -csharp -java -namespace Bla outdir ./ -o ./BlaAPIWrapper.cxx BlaAPI.i
导致 swig 应用程序崩溃
Assertion failed: !this_, file Modules/lang.cxx, line 332
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
分别适用于每种语言。