Hello, I am using an evaluation version on v6 of the .ocx and I have a problem with the automatic generated header files.
In the generated file CTChart.h I get:
LPDISPATCH get_aSeries(long SeriesIndex)
{
LPDISPATCH result;
static BYTE parms[] = VTS_I4 ;
InvokeHelper(0x14, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&result,
parms, SeriesIndex);
return result;
}
How do I know which class pointer that is returned ?
Is the .h file generated correctly ?
It would be nice if a class was returned as in the VC++ examples.
TC6 in VC++ 7.1 as an AxtiveX, automaitc generated header
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
Hi ..
Try creating a TeeChart AX v6 project in MS VC++ v6 and then updating it to MS VC++ 7.1; the header file should now be correct.
No, I don't think it is.How do I know which class pointer that is returned ?
Is the .h file generated correctly ?
Try creating a TeeChart AX v6 project in MS VC++ v6 and then updating it to MS VC++ 7.1; the header file should now be correct.
Thank you!
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/