
Using Text To Speech ActiveX control with VC++ 7.0
Did you add a variable (using the 'Add Variable...' wizard) to the dialog of
type whatever the class of activex control you added is? You need to do that
before a class will actually be generated for you. Otherwise you just have
an activex control on the dialog with no wrapper class associated with it.
VC6 worked the same way.
Mike
Quote:
> Hello Everyone:
> I hope someone will be able to help me with the following: I have VC7.0
> dialog application with all the default parameters. Now when I add Text To
> Speech active X control to the dialog, the "class wizard" does not
> automatically add "CTextToSpeech.h" and its implementation
> "CTextToSpeech.cpp" wrapper class for the IDispatch interface of the
> control, like VC6.0 does. I'm wondering if this can be done somehow
(change
> a setting or something) or am I supposed to dig into COM interfaces of the
> control manually.
> TIA
> Mario