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

C / C++ / MFC

 
GeneralServer and client programming Pin
Member 216100416-Aug-05 15:45
Member 216100416-Aug-05 15:45 
GeneralRe: Server and client programming Pin
Christian Graus16-Aug-05 16:24
protectorChristian Graus16-Aug-05 16:24 
GeneralRe: Server and client programming Pin
Member 216100416-Aug-05 23:24
Member 216100416-Aug-05 23:24 
GeneralRe: Server and client programming Pin
Christian Graus17-Aug-05 11:42
protectorChristian Graus17-Aug-05 11:42 
GeneralMenu Question (fixed) Pin
LighthouseJ16-Aug-05 15:42
LighthouseJ16-Aug-05 15:42 
GeneralError Pin
Member 216100416-Aug-05 15:23
Member 216100416-Aug-05 15:23 
GeneralRe: Error Pin
Weiye Chen16-Aug-05 16:02
Weiye Chen16-Aug-05 16:02 
GeneralRe: Error Pin
Christian Graus16-Aug-05 16:26
protectorChristian Graus16-Aug-05 16:26 
To elaborate on the prior answer - the stdafx.h file is included BEFORE any other header in every file of a standard MFC project. Any headers you include before stdafx will be ignored. This most typically becomes a problem when you import a non MFC C++ file into your project. It's C++, the compiler can handle it, except that it's expecting to see standard headers. The stdafx header is full of includes, and if you don't need it for that file, or for any files in general, you can change your project settings from using standard headers, to a setting where you specify that the file is stdafx.h, and if you don't include it in a source file, the compiler will just allow it, and compile that file without using the standard header.


Christian Graus - Microsoft MVP - C++
Questionhow to accessing Paradox use ADO Pin
ebinaini16-Aug-05 14:56
ebinaini16-Aug-05 14:56 
AnswerRe: how to accessing Paradox use ADO Pin
S Douglas16-Aug-05 21:52
professionalS Douglas16-Aug-05 21:52 
GeneralRe: how to accessing Paradox use ADO Pin
ebinaini17-Aug-05 15:07
ebinaini17-Aug-05 15:07 
Generalchanging what a pushbutton looks like Pin
Tim Zorn16-Aug-05 14:28
Tim Zorn16-Aug-05 14:28 
GeneralRe: changing what a pushbutton looks like Pin
Christian Graus16-Aug-05 15:03
protectorChristian Graus16-Aug-05 15:03 
GeneralRe: changing what a pushbutton looks like Pin
ebinaini16-Aug-05 19:30
ebinaini16-Aug-05 19:30 
GeneralRe: changing what a pushbutton looks like Pin
Christian Graus16-Aug-05 19:35
protectorChristian Graus16-Aug-05 19:35 
GeneralRe: changing what a pushbutton looks like Pin
ebinaini16-Aug-05 20:39
ebinaini16-Aug-05 20:39 
GeneralRe: changing what a pushbutton looks like Pin
Christian Graus17-Aug-05 11:39
protectorChristian Graus17-Aug-05 11:39 
GeneralRe: changing what a pushbutton looks like Pin
Tim Zorn20-Aug-05 12:28
Tim Zorn20-Aug-05 12:28 
GeneralRe: changing what a pushbutton looks like Pin
normanS16-Aug-05 21:32
normanS16-Aug-05 21:32 
GeneralRe: changing what a pushbutton looks like Pin
Tim Zorn20-Aug-05 8:41
Tim Zorn20-Aug-05 8:41 
GeneralRe: changing what a pushbutton looks like Pin
normanS21-Aug-05 19:27
normanS21-Aug-05 19:27 
GeneralRe: changing what a pushbutton looks like Pin
normanS22-Aug-05 5:37
normanS22-Aug-05 5:37 
GeneralRe: changing what a pushbutton looks like Pin
Tim Zorn22-Aug-05 5:42
Tim Zorn22-Aug-05 5:42 
Generaltoolbar Pin
Max Santos16-Aug-05 12:59
Max Santos16-Aug-05 12:59 
QuestionGDI+ How to get path from a region? Pin
mpastchenko16-Aug-05 12:29
mpastchenko16-Aug-05 12:29 

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.