Jump to content
MikeMon

Procedure entry point CryptRetrieveTimeStamp could not be located in the dynamic link library crypt32.dll on Windows XP

Recommended Posts

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
Posted (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 by Remy Lebeau

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×