Click here to Skip to main content
15,891,763 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: Compiler Warning C4407: How bad is it? [modified] Pin
Albert Holguin20-Jun-11 17:10
professionalAlbert Holguin20-Jun-11 17:10 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Kyudos20-Jun-11 17:18
Kyudos20-Jun-11 17:18 
QuestionRe: Compiler Warning C4407: How bad is it? Pin
Albert Holguin20-Jun-11 17:22
professionalAlbert Holguin20-Jun-11 17:22 
AnswerRe: Compiler Warning C4407: How bad is it? Pin
Kyudos20-Jun-11 17:29
Kyudos20-Jun-11 17:29 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Albert Holguin20-Jun-11 17:53
professionalAlbert Holguin20-Jun-11 17:53 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Kyudos20-Jun-11 18:19
Kyudos20-Jun-11 18:19 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Albert Holguin20-Jun-11 18:21
professionalAlbert Holguin20-Jun-11 18:21 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Albert Holguin20-Jun-11 18:21
professionalAlbert Holguin20-Jun-11 18:21 
If you can't resolve the problem trying a few different things... you may have to condense some of your inheritances. A lot of them have little rhyme or reason. For example, why create a Dialog class when you can derive place all that code on a CDialog derived class, then you only have one class to inherit from.
class CMyBaseDialog : public CDialog
class GridBase                                         //<-- No real need for WndBase
class GridDlg : public CMyBaseDialog, public GridBase  //<-- First inheritance is directly derived from CDialog

Now this SHOULD work correctly... emphasis on the should... Laugh | :laugh:
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Kyudos20-Jun-11 18:27
Kyudos20-Jun-11 18:27 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Albert Holguin21-Jun-11 3:12
professionalAlbert Holguin21-Jun-11 3:12 
JokeRe: Compiler Warning C4407: How bad is it? Pin
ElectronicShocker20-Jun-11 18:02
ElectronicShocker20-Jun-11 18:02 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Albert Holguin20-Jun-11 18:03
professionalAlbert Holguin20-Jun-11 18:03 
AnswerRe: Compiler Warning C4407: How bad is it? Pin
ElectronicShocker20-Jun-11 18:03
ElectronicShocker20-Jun-11 18:03 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Albert Holguin20-Jun-11 18:06
professionalAlbert Holguin20-Jun-11 18:06 
AnswerRe: Compiler Warning C4407: How bad is it? Pin
ElectronicShocker20-Jun-11 18:05
ElectronicShocker20-Jun-11 18:05 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Sergey Alexandrovich Kryukov20-Jun-11 19:39
mvaSergey Alexandrovich Kryukov20-Jun-11 19:39 
Questionwindows belonging to different processes are mixed in a single window hierarchy Pin
xrg_soft@163.com19-Jun-11 0:31
xrg_soft@163.com19-Jun-11 0:31 
AnswerRe: windows belonging to different processes are mixed in a single window hierarchy Pin
Kyudos20-Jun-11 1:01
Kyudos20-Jun-11 1:01 
QuestionProblem of OLE Object Pin
whiteclouds13-Jun-11 20:09
whiteclouds13-Jun-11 20:09 
Question32 bit to 64 bit COM Pin
Pranit Kothari13-Jun-11 18:00
Pranit Kothari13-Jun-11 18:00 
QuestionWTL no longer being updated, what to do? Pin
Peteris Krumins8-Jun-11 3:39
Peteris Krumins8-Jun-11 3:39 
AnswerRe: WTL no longer being updated, what to do? Pin
Rob Caldecott8-Jun-11 5:47
Rob Caldecott8-Jun-11 5:47 
QuestionWhere can I get the OLE specification? Pin
whiteclouds2-Jun-11 6:09
whiteclouds2-Jun-11 6:09 
AnswerRe: Where can I get the OLE specification? Pin
Richard MacCutchan2-Jun-11 21:34
mveRichard MacCutchan2-Jun-11 21:34 
GeneralRe: Where can I get the OLE specification? Pin
whiteclouds2-Jun-11 22:05
whiteclouds2-Jun-11 22:05 

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.