Dynamic link library problem

  • Thread starter Thread starter Boyd
  • Start date Start date
B

Boyd

I keep receiving the following message: "The procedure
entry point Rt Is ThreadWithinLoaderCallout could not
be located in the dynamic link library ntdll.dl" Can
anyone help solve this problem. I tried to restore to an
earlier date but i can't because of this problem. In
other wordsd, since it can't locate the required file, it
cannot perform a restore operation either. Any help
would be appreciated. Thanks
 
Boyd said:
I keep receiving the following message: "The procedure
entry point Rt Is ThreadWithinLoaderCallout could not
be located in the dynamic link library ntdll.dl" Can
anyone help solve this problem. I tried to restore to an
earlier date but i can't because of this problem. In
other wordsd, since it can't locate the required file, it
cannot perform a restore operation either. Any help
would be appreciated. Thanks

NTDLL.DLL is a standard Windows file, it is not very likely that the
file has been replaced by an outdated version (what is usually the
cause for such an error message). You may want to run the System File
Checker via Start > Run with
SFC /scannow
and see if this solves the problem. If no, contact the author of the
third-party software for help. The application may simply not be
compatible with Windows XP.
 
Back
Top