I need to isolate sigpack from my binary, so I would like to build a shared library with sigpack. I'm using windows + visual studio 2019. How can I build a dll including sigpack and armadillo?
Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
thanks for sigpack.
I need to isolate sigpack from my binary, so I would like to build a shared library with sigpack. I'm using windows + visual studio 2019. How can I build a dll including sigpack and armadillo?
Regards
Hi, thanks for using SigPack. Unfortunately I am not that skilled in Windows development. Please have a look at https://docs.microsoft.com/en-us/cpp/build/walkthrough-creating-and-using-a-dynamic-link-library-cpp?view=vs-2019, maybe it can help you in the right direction. BR Claes