Registering teechart7.ocx before running for first time?

TeeChart for ActiveX, COM and ASP
Post Reply
nbp
Newbie
Newbie
Posts: 83
Joined: Mon Sep 18, 2006 12:00 am

Registering teechart7.ocx before running for first time?

Post by nbp » Wed Mar 21, 2007 10:04 pm

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Mar 22, 2007 8:14 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply