Hi,
I had success compiling crypto++ with VS2020. I compiled it and tried it with dll and static lib. I did a simple test app but the app is always throwing an error
"Cryptographic algorithms are disabled after a power-up self test failed"
It seems it is related to FIPS that seems deprecated since a long time.
How I can walk around that or possibly I'm not using the library in the right way.
Thank you