Bundling up TeeChart classes

TeeChart for ActiveX, COM and ASP
Post Reply
Bulldog
Newbie
Newbie
Posts: 2
Joined: Wed Mar 30, 2005 5:00 am

Bundling up TeeChart classes

Post by Bulldog » Wed Feb 22, 2006 3:52 pm

Hi

I've put TeeChart classes in my VSC++ 6.0 project, but it's cluttered up my work space. Ideally, I would like all the TeeChart classes wrapped up in a DLL, but because I have a TeeChart object in one of my dialogs, I don't think that's possible.

Can anyone help me on bundling up all the TeeChart classes out the way?

Thanks

Marc
Site Admin
Site Admin
Posts: 1258
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Post by Marc » Tue Feb 28, 2006 8:24 am

Hello,

You could build a separate DLL. That might present you with a neater workspace but will also create new setup challenges to overcome.

When you ask the Classwizard to create classes for TeeChart by default it creates them all but it is not necessary for you to do so if not all the classes are to be used. If you look at the 'Automation' example shipped with TeeChart you'll see that only the classes directly accessed by code have been included, nine class files in all. You could use that approach.

Regards,
Marc Meumann
Steema Support

Post Reply