1

in vb6 data report and crystal report. What files are needed (like .dll or.ocx) import to run report and crystal report on a customer computer?

2 Answers2

0

You need to run the "Package and Deployment" wizard for your application and it will pack all the necessary DLL and OCX files needed to run on your customer's computer.

VanGogh Gaming
  • 416
  • 2
  • 6
0

It depends on how it was implemented, but normally using Crystal reports requires installing the redistribution package or the Runtime.

Here How do I redistribute a VB 6 application that uses Crystal Reports? you will also find information that may help you.