Link to home
Start Free TrialLog in
Avatar of andrewyu
andrewyu

asked on

CR85 RTE

I got following message with application that buildt with Delphi 6 and Crystal 8.5.

Error Loading Library:CRPE32.DLL
Window Error Number 1157, One of the library files needed to run this application cannot be found.

I have another error 352 in another machine.

Whare are they and how can I solve them ?

Thanks,
Andrew
Avatar of 2266180
2266180
Flag of United States of America image

well .. you will most likely need the crystal reports libraries. make sure crpe32.dll is in the path (or same dir as executable) and that it's not corrupted.
Avatar of andrewyu
andrewyu

ASKER

I have copied the crpe32.dll and p2sodbc.dll to Win98/system already and others machines are working well.

Thanks,
Andrew
are other machines win98 as well?
The following is a list of files usually needed for a successful install of Crystal using Crystal Report Engine API (crpe32.dll)
crpe32.dll
crqe.dll
Implode.dll
msvcrt.dll
querybuilder.dll
riched20.dll
ufmanager.dll
For Win9x you also need unicows.dll, this can be downloaded from Microsoft site.
You may also need additional dll's for database and exporting depending on your requirements.
I would guess in your case that crqe.dll is missing. This is an important dll, and must be registered.

Hope this helps.
 
I am using Crystal Report 8.5 .
ASKER CERTIFIED SOLUTION
Avatar of RickJ
RickJ

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial