Click here to Skip to main content
15,901,001 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to add Button to Child Window ? Pin
David Crow11-Feb-08 6:09
David Crow11-Feb-08 6:09 
GeneralRe: How to add Button to Child Window ? Pin
tina->newcoder11-Feb-08 6:12
tina->newcoder11-Feb-08 6:12 
GeneralRe: How to add Button to Child Window ? Pin
tina->newcoder11-Feb-08 5:42
tina->newcoder11-Feb-08 5:42 
QuestionRe: How to add Button to Child Window ? Pin
David Crow11-Feb-08 5:47
David Crow11-Feb-08 5:47 
GeneralRe: How to add Button to Child Window ? Pin
tina->newcoder11-Feb-08 6:28
tina->newcoder11-Feb-08 6:28 
QuestionRe: How to add Button to Child Window ? Pin
David Crow11-Feb-08 6:38
David Crow11-Feb-08 6:38 
GeneralRe: How to add Button to Child Window ? Pin
tina->newcoder11-Feb-08 6:49
tina->newcoder11-Feb-08 6:49 
GeneralDllMain implementation Pin
George_George9-Feb-08 23:01
George_George9-Feb-08 23:01 
Hello everyone,


CRT is implemented a way that if developer provides DllMain, it will use the provided one, or else the default DllMain is used.

I am wondering how to implement similar selective linking approach? i.e. if there are more than one implementations of a method of the same signature, I can control which one has the higher priority to link, and if the highest priority one does not exist, the second priority one will be used (and compiler will have no duplicated method warning/error).

I do not think CRT implements the approach by using MACRO (if developer provides DllMain, developer needs to define some MACRO, but actually we do not define any macro when writing DllMain) to control the selective linking to DllMain.

Any ideas?


thanks in advance,
George
Generalsmart pointer release Pin
George_George9-Feb-08 22:48
George_George9-Feb-08 22:48 
JokeRe: The Only Way to Approach Smart ... Pin
Chris Meech10-Feb-08 13:02
Chris Meech10-Feb-08 13:02 
GeneralRe: The Only Way to Approach Smart ... Pin
George_George10-Feb-08 19:21
George_George10-Feb-08 19:21 
Questioncan anybody help Pin
philiptabraham9-Feb-08 21:51
philiptabraham9-Feb-08 21:51 
AnswerRe: can anybody help Pin
Mark Salsbery10-Feb-08 9:51
Mark Salsbery10-Feb-08 9:51 
AnswerRe: can anybody help Pin
Rajesh R Subramanian10-Feb-08 19:08
professionalRajesh R Subramanian10-Feb-08 19:08 
AnswerRe: can anybody help Pin
Hamid_RT10-Feb-08 20:44
Hamid_RT10-Feb-08 20:44 
Generalc++ to matlab Pin
ashwiny9-Feb-08 17:42
ashwiny9-Feb-08 17:42 
GeneralRe: c++ to matlab Pin
jeron110-Feb-08 5:07
jeron110-Feb-08 5:07 
QuestionRe: c++ to matlab Pin
Mark Salsbery10-Feb-08 9:52
Mark Salsbery10-Feb-08 9:52 
Questionstring to LRESULT Pin
Zerox MXI9-Feb-08 17:08
Zerox MXI9-Feb-08 17:08 
GeneralRe: string to LRESULT Pin
Stephen Hewitt9-Feb-08 17:34
Stephen Hewitt9-Feb-08 17:34 
GeneralRe: string to LRESULT Pin
Zerox MXI9-Feb-08 17:38
Zerox MXI9-Feb-08 17:38 
GeneralRe: string to LRESULT Pin
Stephen Hewitt9-Feb-08 17:48
Stephen Hewitt9-Feb-08 17:48 
GeneralRe: string to LRESULT Pin
Zerox MXI9-Feb-08 17:57
Zerox MXI9-Feb-08 17:57 
GeneralRe: string to LRESULT Pin
Hamid_RT10-Feb-08 20:51
Hamid_RT10-Feb-08 20:51 
GeneralNetworking via Internet in C++ Pin
Michael Fritzius9-Feb-08 13:01
professionalMichael Fritzius9-Feb-08 13:01 

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.