Link to home
Start Free TrialLog in
Avatar of MICS
MICS

asked on

packaging Crystal Reports with vb app

Ok...

now that i got Crystal reports working in VB, i wrote a small application using the OCX control of Crystal Reports. what files do i need to include with my program to make it run on another computer without install Crystal Reports on all the computers?

Thanks,
ASKER CERTIFIED SOLUTION
Avatar of bobbit31
bobbit31
Flag of United States of America image

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
Avatar of VENKAT
VENKAT

If u have Access to Crystal Report website they provide OCX files for VB and VCL files for Delphi packed as EXE. Just download the EXE and install it.
   Else
When u create a package using VB it will ask to choose the components used in developing the application, there u can choose crystal reports component. The package will automatically add all the runtime files required.
Avatar of MICS

ASKER

Thanks for the help, sorry it took a while to close this question.