Click here to Skip to main content
15,890,185 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dicom dcmqsc Pin
Member 1017436319-Jan-14 2:46
Member 1017436319-Jan-14 2:46 
GeneralRe: Dicom dcmqsc Pin
Richard MacCutchan19-Jan-14 2:56
mveRichard MacCutchan19-Jan-14 2:56 
QuestionStill wise to use Microsoft Foundation Classes (MFC) version 11? Pin
oscar196616-Jan-14 13:21
oscar196616-Jan-14 13:21 
AnswerRe: Still wise to use Microsoft Foundation Classes (MFC) version 11? Pin
Albert Holguin16-Jan-14 15:39
professionalAlbert Holguin16-Jan-14 15:39 
GeneralRe: Still wise to use Microsoft Foundation Classes (MFC) version 11? Pin
Stefan_Lang16-Jan-14 21:51
Stefan_Lang16-Jan-14 21:51 
GeneralRe: Still wise to use Microsoft Foundation Classes (MFC) version 11? Pin
Albert Holguin17-Jan-14 4:04
professionalAlbert Holguin17-Jan-14 4:04 
QuestionRe: Still wise to use Microsoft Foundation Classes (MFC) version 11? Pin
CPallini16-Jan-14 20:03
mveCPallini16-Jan-14 20:03 
AnswerRe: Still wise to use Microsoft Foundation Classes (MFC) version 11? Pin
Stefan_Lang16-Jan-14 21:49
Stefan_Lang16-Jan-14 21:49 
Personally I've been avoiding MFC wherever I could for at least the last 10 years. That said, I'm probably not the best person to ask about it's current state in version 11. Poke tongue | ;-P

I do know however, that the MFC never changed their abysmal design of event handling functions: I just say two words: LPARAM and WPARAM. The need to convert and sometimes split up and reinterpret parts of these event parameters is assembler level coding; it's type-unsafe, prone to errors and misunderstanding, requires a thorough understanding to do right, the resulting code is difficult to maintain, and likely breaks when you switch from 32-bit to 64-bit.

There are both free and commercial frameworks available if you're looking for an alternative. QT and CodeJocks XTreme ToolKit Pro come to mind. But you can easily find more on the web.
GOTOs are a bit like wire coat hangers: they tend to breed in the darkness, such that where there once were few, eventually there are many, and the program's architecture collapses beneath them. (Fran Poretto)

GeneralRe: Still wise to use Microsoft Foundation Classes (MFC) version 11? Pin
Albert Holguin17-Jan-14 4:07
professionalAlbert Holguin17-Jan-14 4:07 
GeneralStill wise to use Microsoft Foundation Classes (MFC) version 14? Pin
oscar19663-Nov-18 22:53
oscar19663-Nov-18 22:53 
QuestionBug in Visual Studio 2005 compiler? Pin
a_matseevsky16-Jan-14 9:20
a_matseevsky16-Jan-14 9:20 
QuestionRe: Bug in Visual Studio 2005 compiler? Pin
CPallini16-Jan-14 9:24
mveCPallini16-Jan-14 9:24 
AnswerRe: Bug in Visual Studio 2005 compiler? Pin
a_matseevsky16-Jan-14 13:52
a_matseevsky16-Jan-14 13:52 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
CPallini16-Jan-14 20:02
mveCPallini16-Jan-14 20:02 
AnswerRe: Bug in Visual Studio 2005 compiler? Pin
Stefan_Lang16-Jan-14 21:32
Stefan_Lang16-Jan-14 21:32 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
a_matseevsky16-Jan-14 21:56
a_matseevsky16-Jan-14 21:56 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
Richard MacCutchan16-Jan-14 22:13
mveRichard MacCutchan16-Jan-14 22:13 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
CPallini16-Jan-14 22:55
mveCPallini16-Jan-14 22:55 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
Richard MacCutchan16-Jan-14 23:01
mveRichard MacCutchan16-Jan-14 23:01 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
a_matseevsky17-Jan-14 0:45
a_matseevsky17-Jan-14 0:45 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
Richard MacCutchan17-Jan-14 5:42
mveRichard MacCutchan17-Jan-14 5:42 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
a_matseevsky17-Jan-14 7:06
a_matseevsky17-Jan-14 7:06 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
Richard MacCutchan17-Jan-14 7:14
mveRichard MacCutchan17-Jan-14 7:14 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
a_matseevsky17-Jan-14 7:30
a_matseevsky17-Jan-14 7:30 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
Richard MacCutchan17-Jan-14 7:41
mveRichard MacCutchan17-Jan-14 7:41 

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.