Click here to Skip to main content
16,005,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Why OpenDocument Failed Pin
Chris Losinger28-Apr-05 1:31
professionalChris Losinger28-Apr-05 1:31 
GeneralRe: Why OpenDocument Failed Pin
Ravi Bhavnani27-Apr-05 6:03
professionalRavi Bhavnani27-Apr-05 6:03 
GeneralExcel Class Object in a C++ component Pin
AnuradhaCpp27-Apr-05 0:15
AnuradhaCpp27-Apr-05 0:15 
GeneralRe: Excel Class Object in a C++ component Pin
Larry J. Siddens27-Apr-05 8:40
Larry J. Siddens27-Apr-05 8:40 
GeneralConsole Full Screen Mode Pin
Aqueel26-Apr-05 23:46
Aqueel26-Apr-05 23:46 
GeneralRe: Console Full Screen Mode Pin
stolid_rock27-Apr-05 0:41
stolid_rock27-Apr-05 0:41 
GeneralProxy authentication Pin
Geert van Horrik26-Apr-05 23:44
Geert van Horrik26-Apr-05 23:44 
Questionvirtual function override intended? Pin
greekgoddj26-Apr-05 23:15
greekgoddj26-Apr-05 23:15 
Greetings,

I am getting the following warnings. I have some classes whch overide the Create function, but with very different arguement lists. Somehow though the compiler thinks they might be meant to be the same.The arguement lists look very different to me, how can it be assuming they are smiliar?

thanks in advance,

Aristotel Big Grin | :-D

<br />
BOOL Create(CWnd* pParentWnd, const RECT& rect, UINT nID, DWORD dwStyle /*=WS_VISIBLE*/, int nMinVal, int nMaxVal);<br />



warning #1125: function "CWnd::Create(LPCTSTR={LPCSTR={const CHAR={char} *}}, LPCTSTR={LPCSTR={const CHAR={char} *}}, DWORD={unsigned long}, const RECT &, CWnd *, UINT={unsigned int}, CCreateContext *)" is hidden by "CLevelMeter::Create" -- virtual function override intended?
BOOL Create(CWnd* pParentWnd, const RECT& rect, UINT nID, DWORD dwStyle /*=WS_VISIBLE*/, int nMinVal, int nMaxVal);


<br />
BOOL Create(CWnd *pParentWnd, const RECT &rect, UINT nID, DWORD dwStyle);<br />




warning #1125: function "CWnd::Create(LPCTSTR={LPCSTR={const CHAR={char} *}}, LPCTSTR={LPCSTR={const CHAR={char} *}}, DWORD={unsigned long}, const RECT &, CWnd *, UINT={unsigned int}, CCreateContext *)" is hidden by "CMultitapControl::Create" -- virtual function override intended?
BOOL Create(CWnd *pParentWnd, const RECT &rect, UINT nID, DWORD dwStyle);
Edit/Delete Message

AnswerRe: virtual function override intended? Pin
Larry J. Siddens27-Apr-05 8:42
Larry J. Siddens27-Apr-05 8:42 
GeneralRe: virtual function override intended? Pin
greekgoddj27-Apr-05 21:01
greekgoddj27-Apr-05 21:01 
GeneralRe: virtual function override intended? Pin
Larry J. Siddens28-Apr-05 10:50
Larry J. Siddens28-Apr-05 10:50 
GeneralRe: virtual function override intended? Pin
greekgoddj1-May-05 11:56
greekgoddj1-May-05 11:56 
GeneralComparison on MSVC++ with Intel8.1 addin Pin
jimyarlett26-Apr-05 23:09
professionaljimyarlett26-Apr-05 23:09 
GeneralXML Parser for VC++ Pin
Reveur126-Apr-05 23:09
Reveur126-Apr-05 23:09 
GeneralRe: XML Parser for VC++ Pin
Cedric Moonen26-Apr-05 23:23
Cedric Moonen26-Apr-05 23:23 
GeneralRe: XML Parser for VC++ Pin
Reveur127-Apr-05 0:31
Reveur127-Apr-05 0:31 
GeneralRe: XML Parser for VC++ Pin
ThatsAlok27-Apr-05 1:24
ThatsAlok27-Apr-05 1:24 
QuestionHow can i get full path of installed programs. Pin
junhee26-Apr-05 22:36
professionaljunhee26-Apr-05 22:36 
AnswerRe: How can i get full path of installed programs. Pin
Blake Miller27-Apr-05 4:32
Blake Miller27-Apr-05 4:32 
Questionhow to display a list file in combobox? Pin
nadut26-Apr-05 21:47
nadut26-Apr-05 21:47 
Generalsimple one.. Pin
winny8126-Apr-05 20:14
winny8126-Apr-05 20:14 
Generali got it.. Pin
winny8126-Apr-05 21:30
winny8126-Apr-05 21:30 
GeneralRe: i got it.. Pin
RChin26-Apr-05 22:19
RChin26-Apr-05 22:19 
GeneralRe: i got it.. Pin
winny8126-Apr-05 22:42
winny8126-Apr-05 22:42 
GeneralHelp!! how to capture the run time size of a VC project Pin
Member 191552726-Apr-05 20:06
Member 191552726-Apr-05 20:06 

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.