You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please consider adding ARM/ARM64 (/ARM64CE?) platforms to .vcxproj at least for static library. Changes for ARM64 static library are trivial, DLL might be harder because of assembler.
I had a bit of a struggle to build the library for ARM64 with Visual Studio 2022 so to make it easier for anyone else, I have attached my updated cryptlib.vcxproj file.
cryptopp/config_asm.h
Line 356 in 60f81a7
Compilation fails because ACLE was not a part of Visual Studio.
The same condition as used in lines 347-349 might be applicable here.
The text was updated successfully, but these errors were encountered: