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

C / C++ / MFC

 
QuestionError : Windows.h already defined . Pin
Jhony george4-Oct-07 19:00
Jhony george4-Oct-07 19:00 
AnswerRe: Error : Windows.h already defined . Pin
Nishad S4-Oct-07 19:41
Nishad S4-Oct-07 19:41 
GeneralRe: Error : Windows.h already defined . Pin
Jhony george4-Oct-07 19:51
Jhony george4-Oct-07 19:51 
GeneralRe: Error : Windows.h already defined . Pin
Nishad S4-Oct-07 22:24
Nishad S4-Oct-07 22:24 
GeneralRe: Error : Windows.h already defined . Pin
David Crow5-Oct-07 3:55
David Crow5-Oct-07 3:55 
AnswerRe: Error : Windows.h already defined . Pin
Nelek4-Oct-07 22:37
protectorNelek4-Oct-07 22:37 
GeneralRe: Error : Windows.h already defined . Pin
ThatsAlok5-Oct-07 0:44
ThatsAlok5-Oct-07 0:44 
GeneralRe: Error : Windows.h already defined . Pin
Nelek5-Oct-07 2:55
protectorNelek5-Oct-07 2:55 
Ahhhmmm D'Oh! | :doh:

the assistant include these by default.

#include < afxwin.h >         // MFC-Kern- und -Standardkomponenten
#include < afxext.h >         // MFC-Erweiterungen
#include < afxdisp.h >        // MFC Automatisierungsklassen
#include < afxdtctl.h >		// MFC-Unterstützung für allgemeine Steuerelemente von Internet Explorer 4
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include < afxcmn.h >			// MFC-Unterstützung für gängige Windows-Steuerelemente
#endif // _AFX_NO_AFXCMN_SUPPORT


and with this it is supposed to have the most of the "standard" MFC functionality, isn't it?

Maybe adding one of them....

Greetings.

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

Help me to understand what I'm saying, and I'll explain it better to you

Wink | ;)

GeneralRe: Error : Windows.h already defined . Pin
ThatsAlok5-Oct-07 3:02
ThatsAlok5-Oct-07 3:02 
Questiontopsort based on Depth First Search (DFS) Pin
snoop824-Oct-07 18:23
snoop824-Oct-07 18:23 
Questiontopsort algorithm using minimal vertex Pin
snoop824-Oct-07 18:22
snoop824-Oct-07 18:22 
QuestionRe: topsort algorithm using minimal vertex Pin
David Crow5-Oct-07 3:56
David Crow5-Oct-07 3:56 
AnswerRe: topsort algorithm using minimal vertex Pin
Iain Clarke, Warrior Programmer5-Oct-07 5:36
Iain Clarke, Warrior Programmer5-Oct-07 5:36 
GeneralRe: topsort algorithm using minimal vertex Pin
David Crow5-Oct-07 5:38
David Crow5-Oct-07 5:38 
QuestionResizing windows Pin
prithaa4-Oct-07 18:20
prithaa4-Oct-07 18:20 
AnswerRe: Resizing windows Pin
Nishad S4-Oct-07 18:44
Nishad S4-Oct-07 18:44 
AnswerRe: Resizing windows Pin
Jhony george4-Oct-07 19:07
Jhony george4-Oct-07 19:07 
GeneralRe: Resizing windows Pin
prithaa4-Oct-07 20:31
prithaa4-Oct-07 20:31 
AnswerRe: Resizing windows Pin
Parthi_Appu4-Oct-07 20:44
Parthi_Appu4-Oct-07 20:44 
QuestionCString Pin
sidkraft4-Oct-07 16:46
sidkraft4-Oct-07 16:46 
AnswerRe: CString Pin
bob169724-Oct-07 18:39
bob169724-Oct-07 18:39 
AnswerRe: CString Pin
ThatsAlok4-Oct-07 19:22
ThatsAlok4-Oct-07 19:22 
GeneralRe: CString Pin
Michael Dunn4-Oct-07 20:57
sitebuilderMichael Dunn4-Oct-07 20:57 
GeneralRe: CString Pin
ThatsAlok5-Oct-07 0:30
ThatsAlok5-Oct-07 0:30 
GeneralRe: CString Pin
Hamid_RT5-Oct-07 0:56
Hamid_RT5-Oct-07 0:56 

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.