I've built an application using TChart pro version 7 ActiveX components in Visual C++ 6.0. Do I need to register the teechart7.ocx component on a machine where the app will be only run (no development on that machine)
regsvr32.exe teechart7.ocx?
Or is this operation needed only for development work?
The application failed trying to create the TChart in the following line of code
mChart->Create(....)
The window handle is NULL.
Registering teechart7.ocx before running for first time?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi nbp,
Yes, the machine where the application runs will need TeeChart to be installed on it. Please read Tutorial 18 - TeeChart runtime installation requirements for the different options available. You'll find the tutorials at TeeChart's program group.
Yes, the machine where the application runs will need TeeChart to be installed on it. Please read Tutorial 18 - TeeChart runtime installation requirements for the different options available. You'll find the tutorials at TeeChart's program group.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |