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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

deploying the appplication

Status
Not open for further replies.

swetham

Programmer
May 5, 2010
257
DE
I have a windows application which consists of a report. How to generate the exe such that the application should work on other machines (there is no crystal report software installed on the other machines, is runtime sufficient?)?
 
When you build the setup for your EXE, make sure you include the relevant Crystal Run time. Some Setup apps use the Merge Modules Crystal make available for developers.

Make sure you use the merge modules versions that matches the one you used to design your report.

Editor and Publisher of Crystal Clear
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top