问题
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