Registriert seit: 19. Mai 2011
8 Beiträge
|
procedure entry point not located on vista
25. Mai 2011, 01:59
Hi guys
I adapted a small app in delphi 5 which simply searches a member database and replaces corrupt date (00/00/0000) with todays date, to temporarily solve a clients reoccurring corruption.
I had to install AdsDataSet to compile and build the code.
The app runs fine on my PC (XP pro sp3), I just put it in any directory with a Members table (Members.adt) and it displays which dates it has changed - perfect.
However when I run it on my clients PC (vista Business sp1) when logged in as Admin it will not run and I get the message:
The procedure entry point AdsGetDataLength could not be located in the ACE32.dll
I feel this is either a vista issue or that my built delphi app requires some components/library that exists only on my PC. Since I am new to Delphi I have no idea if this is true.
Any help would be greatly appreciated...
Many thanks,
Ian
|