cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Report 11, List of Runtime DLLs required, Runtime.hlp

Former Member
0 Kudos

I am using Crystal Report 11 with my Delphi 7 application.

I need the list of runtime dlls which I will need to distribute with my application.

The Help file which comes with the Delphi 7 VCL Component (UCRPE32.hlp) says :

QUOTE

check RUNTIME.HLP in the Program Files\Seagate Software\Crystal Reports\Developer Files\Help folder and search on CRXF_PDF, and make sure you have all the files.

UNQUOTE

I could not find the RUNTIME.HLP file in any folder/subfolders on the machine where Crystal Report 11 has been installed.

Can somebody tell me where I can find RUNTIME.HLP file or the list of runtime DLLs which is required to be distributed along with my application(which is written in Delphi 7).

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Post your development questions to the Legacy forums for the VCL. We do not publish a list of files. Use the Merge Modules to deploy

Former Member
0 Kudos

Hi Ramesh,

To get a list of DLLs currently used by the Crystal Reports designer open the designer

Click on the Help menu.

From the drop down list click on About Crystal Reports

Then from the pop up window click on the u2018More Infou2019 button which opens the Loaded Modules window.

There you can see the DLLs currently in use.

To get the list of all the DLLs go to the below path

C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86

(Instead of C drive Change the drive according to your installation)

Regards

Aditya Joshi

Former Member
0 Kudos

Do all of those files in the About /More Info have to be installed for a user to print a report from an exe?

Thanks, Chuck