Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error registering 'CRAXDRT.dll' on Windows 95 machines

Status
Not open for further replies.

StevenK

Programmer
Jan 5, 2001
1,294
GB
We've recently had a problem when we try to register the 'CRAXDRT.dll' on a Windows 95 machine.
The client machine does not have Crystal Reports installed on it. Crystal Reports are being prepared and displayed through an application written in Delphi (making use of the CRViewer component for displaying the reports).
We make a habit of installing the 'CRAXDRT.dll' along with the 'CRVIEWER.dll' on each of the client machines. up until now we have not seen any problems with this - admittedly they have mainly been Windows NT or Windows 2000 workstations/servers.
When we run the commands (through a .bat file) :
C:\Windows\System\RegSvr32 Craxdrt.dll
C:\Windows\System\RegSvr32 CRViewer.dll
We get a successful registration message for the CRViewer.dll but a failure reported by RegSvr32 for the attempted registering of Craxdrt.dll
We've ruled out a damaged DLL and an incorrect path for the RegSvr32 (else the CRViewer.dll would fail to register also)
Someone suggested that we might be seeing this issue on the Windows 95 machines as they are an early release of the OS.
Would anyone know whether this might be a deciding factor ?
Can anyone suggest any alternate issues I've overlooked ?
Thanks in advance
Steve
 
You might need the latest vesion of ATL.DLL but it's a windows version specific DLL. It does the ActiveX tempalte library.

Look for ATL.EXE on MS site - or email me and I can send you a copy. ATL installs the correct version for the user. Editor and Publisher of Crystal Clear
 
ATL.DLL is used for exporting in PDF format.
You might want to check that you have URLMON.DLL on your computer. According to Microsoft, you need to install IE4 or later to get it working properly
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top