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

C / C++ / MFC

 
GeneralRe: dumpbin with debug and release version Pin
Luc Pattyn12-Nov-07 2:57
sitebuilderLuc Pattyn12-Nov-07 2:57 
GeneralRe: dumpbin with debug and release version Pin
George_George12-Nov-07 4:12
George_George12-Nov-07 4:12 
GeneralRe: dumpbin with debug and release version Pin
Luc Pattyn12-Nov-07 4:57
sitebuilderLuc Pattyn12-Nov-07 4:57 
GeneralRe: dumpbin with debug and release version Pin
George_George12-Nov-07 5:15
George_George12-Nov-07 5:15 
GeneralRe: dumpbin with debug and release version Pin
George_George12-Nov-07 19:04
George_George12-Nov-07 19:04 
GeneralRe: dumpbin with debug and release version Pin
JudyL_MD13-Nov-07 1:56
JudyL_MD13-Nov-07 1:56 
GeneralRe: dumpbin with debug and release version Pin
George_George14-Nov-07 1:14
George_George14-Nov-07 1:14 
GeneralRe: dumpbin with debug and release version Pin
JudyL_MD14-Nov-07 3:28
JudyL_MD14-Nov-07 3:28 
George_George wrote:
Previously, I think the differences between debug and release version is whether the macro DEBUG and _DEBUG are defined. I think I am wrong


Yes, you are wrong. The differences have always been more than just that define. Things like optimizations (/O), information to include in the output file (/Z), which runtime to include (/MT /MD /L) and more.

George_George wrote:
Do you have any experiences and knowledge to share what is the settings (e.g. compile options, linker options, etc.) which makes debug and relase version different please?


I've never memorized them. Whenever I've wanted to compare, I create a dummy project and then open it in two different instances of VS, one showing release and the other showing debug and compare them. Or just open up the .dsp file in text mode and compare the two sets of options directly. There are too many to know them all. Take my approach and compare them yourself then look them up in the help and see what each one does to really understand why a given setting is appropriate for which mode.

Judy
GeneralRe: dumpbin with debug and release version Pin
George_George14-Nov-07 18:22
George_George14-Nov-07 18:22 
GeneralRe: dumpbin with debug and release version Pin
JudyL_MD15-Nov-07 2:37
JudyL_MD15-Nov-07 2:37 
GeneralRe: dumpbin with debug and release version Pin
George_George15-Nov-07 4:24
George_George15-Nov-07 4:24 
QuestionHow can I get the ID code for Pin
mwolf12211-Nov-07 2:25
mwolf12211-Nov-07 2:25 
AnswerRe: How can I get the ID code for Pin
Hamid_RT11-Nov-07 3:40
Hamid_RT11-Nov-07 3:40 
Generalthat was just an advice... :( Pin
toxcct11-Nov-07 5:37
toxcct11-Nov-07 5:37 
GeneralRe: How can I get the ID code for Pin
Justin Perez11-Nov-07 5:53
Justin Perez11-Nov-07 5:53 
GeneralRe: How can I get the ID code for Pin
Hamid_RT11-Nov-07 7:29
Hamid_RT11-Nov-07 7:29 
AnswerRe: How can I get the ID code for Pin
Roger Broomfield11-Nov-07 14:54
Roger Broomfield11-Nov-07 14:54 
QuestionA SQL statement with TOP Pin
followait10-Nov-07 23:02
followait10-Nov-07 23:02 
AnswerRe: A SQL statement with TOP [modified] Pin
toxcct11-Nov-07 4:47
toxcct11-Nov-07 4:47 
GeneralRe: A SQL statement with TOP Pin
followait11-Nov-07 15:12
followait11-Nov-07 15:12 
QuestionRe: A SQL statement with TOP Pin
David Crow11-Nov-07 17:07
David Crow11-Nov-07 17:07 
QuestionHow to recieve the message of the CTreeCtrl,"TVN_ITEMEXPANDED" Pin
chenlei811010-Nov-07 21:40
chenlei811010-Nov-07 21:40 
AnswerRe: How to recieve the message of the CTreeCtrl,"TVN_ITEMEXPANDED" Pin
bob1697211-Nov-07 5:25
bob1697211-Nov-07 5:25 
GeneralRe: How to recieve the message of the CTreeCtrl,"TVN_ITEMEXPANDED" Pin
bob1697211-Nov-07 5:35
bob1697211-Nov-07 5:35 
GeneralRe: How to recieve the message of the CTreeCtrl,"TVN_ITEMEXPANDED" Pin
chenlei811011-Nov-07 15:48
chenlei811011-Nov-07 15:48 

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.