Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个项目,在该项目中我需要创建一个 java 包装类来使用 SWIG 调用非托管 c dll 的外部函数。
SWIG 主站点和其他资源上的教程总是需要实现的 c 源文件和头文件。
有没有办法将 dll 引用到 SWIG 并创建 Java 包装器,如果没有,是否有另一种方法可以实现我的目标。
谢谢。