Click here to Skip to main content
15,896,326 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CallBack Function Pin
Mohibur Rashid23-Sep-12 6:06
professionalMohibur Rashid23-Sep-12 6:06 
GeneralRe: CallBack Function Pin
Smart Arab24-Sep-12 1:39
Smart Arab24-Sep-12 1:39 
QuestionQuestion about MFC implementation Pin
Jian Jun Liu23-Sep-12 2:33
Jian Jun Liu23-Sep-12 2:33 
AnswerRe: Question about MFC implementation Pin
pasztorpisti23-Sep-12 3:20
pasztorpisti23-Sep-12 3:20 
GeneralRe: Question about MFC implementation Pin
Jian Jun Liu24-Sep-12 15:01
Jian Jun Liu24-Sep-12 15:01 
GeneralRe: Question about MFC implementation Pin
pasztorpisti24-Sep-12 15:23
pasztorpisti24-Sep-12 15:23 
GeneralRe: Question about MFC implementation Pin
Jian Jun Liu26-Sep-12 16:59
Jian Jun Liu26-Sep-12 16:59 
AnswerRe: Question about MFC implementation Pin
Chris Meech23-Sep-12 4:57
Chris Meech23-Sep-12 4:57 
pasztorpisti has gven you some good advice and I would just add to it, to ensure that you do not mix MFC within an application. By that, I mean if you are building a DLL for an application and that application uses MFC linked statically, then ensure that your DLL has MFC linked statically as well. The converse is also true. If the application links MFC dynamically, then ensure that you're DLL links MFC dynamically. Smile | :)
Chris Meech
I am Canadian. [heard in a local bar]

In theory there is no difference between theory and practice. In practice there is. [Yogi Berra]

posting about Crystal Reports here is like discussing gay marriage on a catholic church’s website.[Nishant Sivakumar]

GeneralRe: Question about MFC implementation Pin
pasztorpisti23-Sep-12 7:34
pasztorpisti23-Sep-12 7:34 
GeneralRe: Question about MFC implementation Pin
Chris Meech23-Sep-12 12:03
Chris Meech23-Sep-12 12:03 
Generalsource code Pin
pei0825010321-Sep-12 15:51
pei0825010321-Sep-12 15:51 
GeneralRe: source code Pin
Richard MacCutchan21-Sep-12 21:13
mveRichard MacCutchan21-Sep-12 21:13 
QuestionWhat makes C and C++ a "good" language? Pin
Brandon-X1200018-Sep-12 16:06
Brandon-X1200018-Sep-12 16:06 
AnswerRe: What makes C and C++ a "good" language? PinPopular
Richard Andrew x6418-Sep-12 16:20
professionalRichard Andrew x6418-Sep-12 16:20 
AnswerRe: What makes C and C++ a "good" language? Pin
Chris Losinger18-Sep-12 16:37
professionalChris Losinger18-Sep-12 16:37 
AnswerRe: What makes C and C++ a "good" language? Pin
Stephen Hewitt18-Sep-12 18:46
Stephen Hewitt18-Sep-12 18:46 
AnswerRe: What makes C and C++ a "good" language? PinPopular
CPallini18-Sep-12 21:27
mveCPallini18-Sep-12 21:27 
AnswerRe: What makes C and C++ a "good" language? Pin
pasztorpisti19-Sep-12 2:47
pasztorpisti19-Sep-12 2:47 
GeneralRe: What makes C and C++ a "good" language? PinPopular
Richard MacCutchan19-Sep-12 4:03
mveRichard MacCutchan19-Sep-12 4:03 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti19-Sep-12 5:11
pasztorpisti19-Sep-12 5:11 
GeneralRe: What makes C and C++ a "good" language? Pin
Richard MacCutchan19-Sep-12 5:53
mveRichard MacCutchan19-Sep-12 5:53 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti19-Sep-12 6:13
pasztorpisti19-Sep-12 6:13 
GeneralRe: What makes C and C++ a "good" language? Pin
Richard MacCutchan19-Sep-12 6:22
mveRichard MacCutchan19-Sep-12 6:22 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti19-Sep-12 11:57
pasztorpisti19-Sep-12 11:57 
GeneralRe: What makes C and C++ a "good" language? PinPopular
cmk19-Sep-12 6:26
cmk19-Sep-12 6:26 

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.