Click here to Skip to main content
15,887,822 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Useage about OPCODE collision detection Pin
Henry Hong3-Jun-13 22:35
Henry Hong3-Jun-13 22:35 
AnswerRe: Useage about OPCODE collision detection Pin
Chris Losinger4-Jun-13 4:05
professionalChris Losinger4-Jun-13 4:05 
QuestionHow to conditional call a library Pin
thanh_bkhn2-Jun-13 19:00
professionalthanh_bkhn2-Jun-13 19:00 
AnswerRe: How to conditional call a library Pin
«_Superman_»2-Jun-13 20:35
professional«_Superman_»2-Jun-13 20:35 
GeneralRe: How to conditional call a library Pin
thanh_bkhn3-Jun-13 16:05
professionalthanh_bkhn3-Jun-13 16:05 
AnswerRe: How to conditional call a library Pin
David Crow3-Jun-13 2:54
David Crow3-Jun-13 2:54 
GeneralRe: How to conditional call a library Pin
thanh_bkhn3-Jun-13 16:06
professionalthanh_bkhn3-Jun-13 16:06 
AnswerRe: How to conditional call a library Pin
chaau3-Jun-13 18:28
chaau3-Jun-13 18:28 
As an alternative, you could use delay load dll. In this case you do not need to change the code you have already written (related to statically linking to the library), all you need to do is just do not call chunk of codes related to magnification at all. Saves you a lot of annoying LoadLibrary/GetProcAddress calls.

However, it looks like you have already implemented it. So, just learn about this, so that you could use in future
GeneralRe: How to conditional call a library Pin
thanh_bkhn3-Jun-13 20:32
professionalthanh_bkhn3-Jun-13 20:32 
QuestionHow to mute soundin a audio / video file using directshow mfc.? Pin
mbatra311-Jun-13 1:16
mbatra311-Jun-13 1:16 
QuestionRe: How to mute soundin a audio / video file using directshow mfc.? Pin
David Crow1-Jun-13 7:20
David Crow1-Jun-13 7:20 
AnswerRe: How to mute soundin a audio / video file using directshow mfc.? Pin
mbatra312-Jun-13 18:56
mbatra312-Jun-13 18:56 
AnswerRe: How to mute soundin a audio / video file using directshow mfc.? Pin
David Crow3-Jun-13 2:52
David Crow3-Jun-13 2:52 
QuestionHow to disable a property page in a property sheet in mfc.? Pin
mbatra3131-May-13 23:11
mbatra3131-May-13 23:11 
AnswerRe: How to disable a property page in a property sheet in mfc.? Pin
jeron11-Jun-13 6:33
jeron11-Jun-13 6:33 
AnswerRe: How to disable a property page in a property sheet in mfc.? Pin
David Crow1-Jun-13 7:20
David Crow1-Jun-13 7:20 
QuestionC++ and Arduino interfacing Pin
nonness31-May-13 23:02
nonness31-May-13 23:02 
QuestionRe: C++ and Arduino interfacing Pin
David Crow1-Jun-13 7:19
David Crow1-Jun-13 7:19 
AnswerRe: C++ and Arduino interfacing Pin
nonness3-Jun-13 10:03
nonness3-Jun-13 10:03 
QuestionRe: C++ and Arduino interfacing Pin
CPallini2-Jun-13 11:00
mveCPallini2-Jun-13 11:00 
AnswerRe: C++ and Arduino interfacing Pin
nonness3-Jun-13 10:04
nonness3-Jun-13 10:04 
QuestionRe: C++ and Arduino interfacing Pin
CPallini3-Jun-13 10:31
mveCPallini3-Jun-13 10:31 
AnswerRe: C++ and Arduino interfacing Pin
nonness4-Jun-13 0:18
nonness4-Jun-13 0:18 
SuggestionRe: C++ and Arduino interfacing Pin
David Crow4-Jun-13 3:56
David Crow4-Jun-13 3:56 
GeneralRe: C++ and Arduino interfacing Pin
nonness4-Jun-13 4:10
nonness4-Jun-13 4:10 

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.