开发者

Converting .DLL to .SO

开发者 https://www.devze.com 2022-12-09 14:09 出处:网络
Can any one of you help me in converting an windows dll file in a .so fi开发者_StackOverflow社区le.You might try re-compiling the source code to the dll to a shared object. This may help you get start

Can any one of you help me in converting an windows dll file in a .so fi开发者_StackOverflow社区le.


You might try re-compiling the source code to the dll to a shared object. This may help you get started, after ensuring the code is indeed portable.

Edit:

Here is yet another link that can help guide you through the process of creating a shared library using GCC and other parts of the GNU tool chain. This link will help you to discover pitfalls that other people had when undertaking a project similar to this.

There is only so much help that can be provided for such a specific task, especially with so many unknowns. If you elect to provide more information in your question, please leave a comment.

NB: I'm pulling these links right out of Google.


If you don't have the source, or can't recompile, you may be able to run the code under Wine.


You need to recompile again into an .so file.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号