Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to develop directshow application on pocket pc? Pin
yongwpi19-Apr-06 9:39
yongwpi19-Apr-06 9:39 
QuestionGdiplus zoom feature Pin
LCI19-Apr-06 9:30
LCI19-Apr-06 9:30 
Questionstrcpy vsStrCpy Pin
LCI19-Apr-06 9:22
LCI19-Apr-06 9:22 
AnswerRe: strcpy vsStrCpy Pin
Wes Aday19-Apr-06 9:35
professionalWes Aday19-Apr-06 9:35 
AnswerRe: strcpy vsStrCpy Pin
ThakurSaab19-Apr-06 9:36
ThakurSaab19-Apr-06 9:36 
AnswerRe: strcpy vsStrCpy Pin
Nish Nishant19-Apr-06 9:40
sitebuilderNish Nishant19-Apr-06 9:40 
AnswerRe: strcpy vsStrCpy Pin
Michael Dunn19-Apr-06 12:58
sitebuilderMichael Dunn19-Apr-06 12:58 
AnswerRe: strcpy vsStrCpy Pin
Bram van Kampen19-Apr-06 16:33
Bram van Kampen19-Apr-06 16:33 
Why is one better than the other?

One is MFC. If you use MFC Code throughout, yo can hope that when MFC64 is fully ported, that your code will recompile with minimum fuss at 64 bit level. That hope would not be nescessarily there if you use win32 Code. conversely, if you use win32 code throughout, you may hope that it will sucessfully compile to 32 bit code on a 64 bit compiler, you have no hope of that if you use MFC Code. In Short, it is all a matter of what you hope for the future. The worst case scenario is of course what all of us do most of the time, and that is mixing up the calls. Doing that means that our code will fail to compile as sooa as the compiler changes.

The question is NOT as foolish as the first respondent would make us believe. Let him throw the First Stone...

LateNightsInNewry
QuestionChecked menu ??? Pin
Surivevoli19-Apr-06 8:46
Surivevoli19-Apr-06 8:46 
AnswerRe: Checked menu ??? Pin
Michael Dunn19-Apr-06 13:03
sitebuilderMichael Dunn19-Apr-06 13:03 
QuestionVariants Pin
dannycarva19-Apr-06 8:46
dannycarva19-Apr-06 8:46 
AnswerRe: Variants Pin
ldaoust19-Apr-06 9:41
ldaoust19-Apr-06 9:41 
GeneralRe: Variants Pin
dannycarva19-Apr-06 10:00
dannycarva19-Apr-06 10:00 
GeneralRe: Variants Pin
ldaoust19-Apr-06 10:19
ldaoust19-Apr-06 10:19 
GeneralRe: Variants Pin
dannycarva19-Apr-06 10:30
dannycarva19-Apr-06 10:30 
GeneralRe: Variants Pin
ldaoust19-Apr-06 10:56
ldaoust19-Apr-06 10:56 
GeneralRe: Variants Pin
dannycarva19-Apr-06 11:02
dannycarva19-Apr-06 11:02 
QuestionInternetFindNextFile Pin
messages19-Apr-06 7:15
messages19-Apr-06 7:15 
QuestionRe: InternetFindNextFile Pin
David Crow19-Apr-06 7:34
David Crow19-Apr-06 7:34 
AnswerRe: InternetFindNextFile Pin
messages19-Apr-06 7:38
messages19-Apr-06 7:38 
QuestionRe: InternetFindNextFile Pin
David Crow19-Apr-06 7:43
David Crow19-Apr-06 7:43 
AnswerRe: InternetFindNextFile Pin
messages19-Apr-06 7:58
messages19-Apr-06 7:58 
GeneralRe: InternetFindNextFile Pin
Gavin Taylor19-Apr-06 8:43
professionalGavin Taylor19-Apr-06 8:43 
QuestionHow to use two resource file in mfc project ? Pin
ldaoust19-Apr-06 7:12
ldaoust19-Apr-06 7:12 
QuestionEnvironment variables Pin
QuaKx19-Apr-06 6:36
QuaKx19-Apr-06 6:36 

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.