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

C / C++ / MFC

 
AnswerRe: Calling web browser Pin
toxcct11-Nov-07 5:20
toxcct11-Nov-07 5:20 
GeneralRe: Calling web browser Pin
Tarek Jabri11-Nov-07 5:38
Tarek Jabri11-Nov-07 5:38 
AnswerRe: Calling web browser Pin
David Crow11-Nov-07 17:04
David Crow11-Nov-07 17:04 
QuestionUsing MFC with windows form Pin
minihotto11-Nov-07 3:25
minihotto11-Nov-07 3:25 
AnswerRe: Using MFC with windows form Pin
Hamid_RT11-Nov-07 3:33
Hamid_RT11-Nov-07 3:33 
Questiondumpbin with debug and release version Pin
George_George11-Nov-07 3:08
George_George11-Nov-07 3:08 
GeneralRe: dumpbin with debug and release version Pin
George_George11-Nov-07 20:09
George_George11-Nov-07 20:09 
GeneralRe: dumpbin with debug and release version Pin
Luc Pattyn12-Nov-07 2:57
sitebuilderLuc Pattyn12-Nov-07 2:57 
Hi George,

my hex viewer shows this as the very last few bytes in a debug exe:

01EFF0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 "................"
01F000 4E 42 31 30 00 00 00 00 53 3D A9 3F 03 00 00 00 "NB10....S=.?...."
01F010 48 3A 5C 4C 50 5F 70 72 6F 6A 65 63 74 73 5C 5F "H:\LP_projects\_"
01F020 70 75 7A 7A 6C 65 73 5C 62 65 65 6C 64 7A 6F 65 "puzzles\beeldzoe"
01F030 6B 65 72 5C 44 65 62 75 67 5C 62 65 65 6C 64 7A "ker\Debug\beeldz"
01F040 6F 65 6B 65 72 2E 70 64 62 00 "oeker.pdb. "

so what I am suggesting is you either use such tool to look, or you programmatically
verify the file ends on "2E 70 64 62 00"

BTW: I am not sure this ".PDB == debug build" relation always holds true

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- use PRE tags to preserve formatting when showing multi-line code snippets
- before you ask a question here, search CodeProject, then Google


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 
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 

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.