Page 1 of 1

Bundling up TeeChart classes

Posted: Wed Feb 22, 2006 3:52 pm
by 9526461
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

Posted: Tue Feb 28, 2006 8:24 am
by Marc
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