MikeMon 12 Posted March 19 After updating FastReport VCL to a newer version (2024), my application stopped loading on windows XP and Windows Server 2003. The exception I'm getting is: The procedure entry point CryptRetrieveTimeStamp could not be located in the dynamic link library crypt32.dll I know that Windows XP and Windows Server 2003 are no longer supported by Microsoft, but I have clients that still use them. Has anybody come accross this and found a solution? Share this post Link to post
Remy Lebeau 1534 Posted March 19 (edited) CryptRetrieveTimeStamp simply does not exist on XP. If you have source code for FastReport then you will have to modify and recompile it to not use CryptRetrieveTimeStamp on XP. Or else contact the FastReport author for help. Edited March 19 by Remy Lebeau Share this post Link to post