Click here to Skip to main content
15,906,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: converting a console app to a MFC app Pin
adamUK22-May-03 9:16
adamUK22-May-03 9:16 
GeneralCTreeView problem Pin
Shay Harel22-May-03 8:45
Shay Harel22-May-03 8:45 
GeneralRe: CTreeView problem Pin
peterchen22-May-03 9:17
peterchen22-May-03 9:17 
GeneralRe: CTreeView problem Pin
Shay Harel22-May-03 9:21
Shay Harel22-May-03 9:21 
Generalwarning 4786 Pin
Makover22-May-03 8:40
Makover22-May-03 8:40 
GeneralRe: warning 4786 Pin
peterchen22-May-03 9:18
peterchen22-May-03 9:18 
GeneralRe: warning 4786 Pin
Makover22-May-03 9:24
Makover22-May-03 9:24 
GeneralRe: warning 4786 Pin
peterchen22-May-03 9:55
peterchen22-May-03 9:55 
stdafx.h has nothing to do with MFC, it's the standard header file used for precompiled header support in VC (most project wizards create one automatically, and set up the project accordingly).

Look in your Files tab if a stdafx.h is part of your project. If so, put the #pragma above the first #include.


"Der Geist des Kriegers ist erwacht / Ich hab die Macht" StS

sighist | Agile Programming | doxygen

GeneralRe: warning 4786 Pin
David Crow22-May-03 9:53
David Crow22-May-03 9:53 
GeneralRe: warning 4786 Pin
Makover22-May-03 10:05
Makover22-May-03 10:05 
GeneralCSplitterWnd with CWnd as a pane Pin
adamUK22-May-03 8:18
adamUK22-May-03 8:18 
GeneralRe: CSplitterWnd with CWnd as a pane Pin
peterchen22-May-03 9:20
peterchen22-May-03 9:20 
GeneralRe: CSplitterWnd with CWnd as a pane Pin
adamUK22-May-03 9:37
adamUK22-May-03 9:37 
GeneralRe: CSplitterWnd with CWnd as a pane Pin
peterchen22-May-03 10:49
peterchen22-May-03 10:49 
GeneralDialog Pin
MemLeak22-May-03 7:24
MemLeak22-May-03 7:24 
GeneralRe: Dialog Pin
David Crow22-May-03 7:28
David Crow22-May-03 7:28 
GeneralClickety Pin
adamUK22-May-03 7:32
adamUK22-May-03 7:32 
GeneralRe: Dialog Pin
adamUK22-May-03 7:31
adamUK22-May-03 7:31 
GeneralRe: Dialog Pin
Ravi Bhavnani22-May-03 7:53
professionalRavi Bhavnani22-May-03 7:53 
GeneralRe: Dialog Pin
adamUK22-May-03 8:13
adamUK22-May-03 8:13 
GeneralRe: Dialog Pin
Ravi Bhavnani22-May-03 8:19
professionalRavi Bhavnani22-May-03 8:19 
GeneralRe: Dialog Pin
adamUK22-May-03 8:28
adamUK22-May-03 8:28 
GeneralRe: Dialog Pin
jia_wei22-May-03 18:45
jia_wei22-May-03 18:45 
QuestionCast operator example? Pin
Ravi Bhavnani22-May-03 7:18
professionalRavi Bhavnani22-May-03 7:18 
AnswerRe: Cast operator example? Pin
David Crow22-May-03 7:30
David Crow22-May-03 7:30 

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.