Linker errors

Hello and happy new year :)

I get linker errors in C++ Builder 10.2 when compiling the project without runtime linking and without runtime packages. To reproduce, create new VCL forms application, choose settings above and place TSHA2Hash component on the form.

[ilink32 Error] Error: Unresolved external 'BCryptOpenAlgorithmProvider' referenced from C:\USERS\ZELJKO\DOCUMENTS\TMSSOFTWARE\TMS CRYPTOGRAPHY PACK\DELPHI102TOKYO\WIN32\RELEASE\TMSCRYPTOPKGDXE11.LIB|MiscObj
[ilink32 Error] Error: Unresolved external 'BCryptGenRandom' referenced from C:\USERS\ZELJKO\DOCUMENTS\TMSSOFTWARE\TMS CRYPTOGRAPHY PACK\DELPHI102TOKYO\WIN32\RELEASE\TMSCRYPTOPKGDXE11.LIB|MiscObj
[ilink32 Error] Error: Unresolved external 'BCryptCloseAlgorithmProvider' referenced from C:\USERS\ZELJKO\DOCUMENTS\TMSSOFTWARE\TMS CRYPTOGRAPHY PACK\DELPHI102TOKYO\WIN32\RELEASE\TMSCRYPTOPKGDXE11.LIB|MiscObj

A newest version is installed.
Hi Zeljko,
To use the library with C++ Builder, you need to add bcrypt.lib to your project. You can download it here : https://www.cyberens.fr/bcrypt.lib
Best regards,
Marion

It works! Thanks!