简体   繁体   中英

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

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM