cbsRadio & cbsCheck in .h file

TeeChart for ActiveX, COM and ASP
Post Reply
PascalL
Newbie
Newbie
Posts: 13
Joined: Mon May 15, 2006 12:00 am

cbsRadio & cbsCheck in .h file

Post by PascalL » Wed Jan 10, 2007 5:44 pm

Hi,

I am using VC6 and I can't find the definition of cbsRadio & cbsCheck used in cLegend.SetCheckBoxesStyle(), in any .H file.

Can you indicate me where to find them or the value to use instead ?

Best regards,
PascalL

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Jan 15, 2007 9:31 am

Hi Pascal,

yes, the source files being shipped with the current TeeChart version are slightly out of sync with the latest Library revision. Apologies for the inconvenience, we'll correct that for the next update.

You can generate uptodate wrapper classes at any time in the following way:

- create a new dialog based project in mfc
- From the VC++ v6 IDE select "Project":"Add to project":"Components and Controls":"Registered ActiveX Controls" ... select "TeeChart Pro ActiveX Control v7" from the list.
- Accept with "OK" and the VC++ ClassWizard will generate all the classes related to the version of TeeChart registered. You may then re-use those class files in other projects.

I've also post a message with the latest TeeChartDefines.h files into our news://www.steema.net/steema.public.attachments
newsgroup.

Post Reply