How can i make a dll for my c# project from a linux/mac os supported 3rd party code?

只愿长相守 提交于 2019-12-24 22:27:43

问题


I have one 3rd party c++ project which doesn't support windows and now I am looking for a way to do cross-compile that code and make a dll out of that so I can use that in my c# code. This is the 3rd party code(https://github.com/usnistgov/NFIQ2) am looking to make dll file for my windows c# project. Any suggestion or help ?


回答1:


As stated in an issue on the official repository, the iso_wg3 branch supports Windows builds and the README.md includes build instructions.



来源:https://stackoverflow.com/questions/58824320/how-can-i-make-a-dll-for-my-c-sharp-project-from-a-linux-mac-os-supported-3rd-pa

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!