Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalsimple question: casting Pin
devvvy10-Nov-02 20:25
devvvy10-Nov-02 20:25 
GeneralRe: simple question: casting Pin
Michael Dunn10-Nov-02 20:31
sitebuilderMichael Dunn10-Nov-02 20:31 
GeneralRe: simple question: casting Pin
Christian Graus10-Nov-02 20:37
protectorChristian Graus10-Nov-02 20:37 
GeneralRe: simple question: casting Pin
ian mariano10-Nov-02 20:34
ian mariano10-Nov-02 20:34 
Generalstill confused Pin
devvvy10-Nov-02 22:18
devvvy10-Nov-02 22:18 
GeneralRe: still confused Pin
ian mariano11-Nov-02 7:39
ian mariano11-Nov-02 7:39 
GeneralRe: still confused Pin
devvvy11-Nov-02 14:47
devvvy11-Nov-02 14:47 
GeneralRe: still confused Pin
s o v a n n16-Nov-02 15:28
s o v a n n16-Nov-02 15:28 
Hi!

Thanks for your advice. But all I want to solve is just and MFC custom control not COM:

CEdit 
  A
  |
  |
CParsedEdit
  A
  |
  |
CParsedEditExport

Using this pattern, everything went well.



Now I use pure abstract class as interfaces. As Stroustrup says "What is important is interfaces." So I change the design pattern threoretically:

CEdit   IEdit(abstract)
  A      A
  |     /
  |    /
CParsedEdit
  A
  |
  |
CParsedEditExport

But this time the problem exist: Please see my code in the my original message.

Thanks,
Sovann.


Why waste time learning while ignorence is instantaneous ? [Hobbes]
QuestionWhere/How can I download the newest MSDN iso file? Pin
George210-Nov-02 19:55
George210-Nov-02 19:55 
AnswerRe: Where/How can I download the newest MSDN iso file? Pin
Christian Graus10-Nov-02 20:40
protectorChristian Graus10-Nov-02 20:40 
GeneralRe: Where/How can I download the newest MSDN iso file? Pin
George210-Nov-02 22:00
George210-Nov-02 22:00 
GeneralWrappers of Variants, smart pointers and bstrs Pin
Anonymous10-Nov-02 18:14
Anonymous10-Nov-02 18:14 
GeneralRe: Wrappers of Variants, smart pointers and bstrs Pin
Christian Graus10-Nov-02 18:21
protectorChristian Graus10-Nov-02 18:21 
GeneralPOP 3 server Pin
Shamoon10-Nov-02 17:09
Shamoon10-Nov-02 17:09 
GeneralRe: POP 3 server Pin
Daniel Turini10-Nov-02 20:12
Daniel Turini10-Nov-02 20:12 
GeneralRe: POP 3 server Pin
Scott H. Settlemier11-Nov-02 5:31
Scott H. Settlemier11-Nov-02 5:31 
QuestionHow to debug a screensaver? Pin
phped10-Nov-02 16:45
phped10-Nov-02 16:45 
AnswerRe: How to debug a screensaver? Pin
Christian Graus10-Nov-02 16:59
protectorChristian Graus10-Nov-02 16:59 
GeneralRe: How to debug a screensaver? Pin
phped10-Nov-02 17:26
phped10-Nov-02 17:26 
AnswerRe: How to debug a screensaver? Pin
Larry Antram10-Nov-02 17:43
Larry Antram10-Nov-02 17:43 
GeneralRe: How to debug a screensaver? Pin
phped10-Nov-02 20:22
phped10-Nov-02 20:22 
AnswerRe: How to debug a screensaver? Pin
KarstenK10-Nov-02 21:04
mveKarstenK10-Nov-02 21:04 
QuestionHow to destroy and recreate a new view Pin
klphua10-Nov-02 16:32
klphua10-Nov-02 16:32 
AnswerRe: How to destroy and recreate a new view Pin
Swinefeaster10-Nov-02 22:20
Swinefeaster10-Nov-02 22:20 
GeneralRe: How to destroy and recreate a new view Pin
klphua11-Nov-02 19:01
klphua11-Nov-02 19:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.