Home > Software engineering >  Chapter 7 of the principle and application> <COM ITextObject code is what?
Chapter 7 of the principle and application> <COM ITextObject code is what?

Time:10-13

In chapter 7 of the following description:
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
To use in the program Text. The Object "" Text Object, we use ClassWizard control class Text objects, ClassWizard can create for us

A derived class COleDispatchDriver ITextObject, we will see in the code behind ITextObject kind usage,
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

But in the book's own source code can't find the related code, I created a inherited from COleDispatchDriver classes, compile time:
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
'GetText' : is not a member of 'ITextObject'
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Because the GetText is CTextObject custom attributes of a class,

Consult the COleDispatchDriver derived class ITextObject exactly how to write can make the normal operation of the CompFile project?
thank you
  • Related