Click here to Skip to main content
15,899,935 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Custom Menu Pin
Nishad S26-Feb-07 21:08
Nishad S26-Feb-07 21:08 
AnswerRe: Custom Menu Pin
prasad_som26-Feb-07 21:33
prasad_som26-Feb-07 21:33 
GeneralRe: Custom Menu Pin
Nishad S26-Feb-07 22:34
Nishad S26-Feb-07 22:34 
AnswerRe: Custom Menu Pin
prasad_som26-Feb-07 23:54
prasad_som26-Feb-07 23:54 
GeneralRe: Custom Menu Pin
Nishad S27-Feb-07 0:06
Nishad S27-Feb-07 0:06 
QuestionRe: Custom Menu Pin
Rajesh R Subramanian26-Feb-07 20:06
professionalRajesh R Subramanian26-Feb-07 20:06 
GeneralRe: Custom Menu Pin
prasad_som26-Feb-07 20:25
prasad_som26-Feb-07 20:25 
QuestionSymbol table and pdb file [modified] Pin
sawerr26-Feb-07 19:35
sawerr26-Feb-07 19:35 
I am reading this book :
http://www.iecc.com/linker/linker05.html. It says:
"Non-global symbols, usually for debuggers and crash dump analysis. These aren't really symbols needed for the linking process, but sometimes they are mixed in with global symbols so the linker has to at least skip over them. In other cases they can be in a separate table in the file, or in a separate debug info file."

For VC++ What is the procedure for cretaing pdb file and symbol table.
If i compile in debug mode.
1-) First compiler generate symbol table and put it in .obj file.
2-) Linker generate .pdb file and exe by using symbol table in .obj file. (but exe doent include symbol table)

or in debug mode linker doesnt destroy symbol table in obj file. Also it puts symbol table in exe.

So Are there 2 symbol tables both in exe and pdb file? Or one only in pdb file?
Which one is true? Or what is the compiling and linking procedure in VC++ (VS2005) ?



-- modified at 1:42 Tuesday 27th February, 2007
QuestionReading and wrinting using wndows registry API Pin
harsh_296126-Feb-07 19:16
harsh_296126-Feb-07 19:16 
AnswerRe: Reading and wrinting using wndows registry API Pin
Pankaj.Jain26-Feb-07 19:23
professionalPankaj.Jain26-Feb-07 19:23 
AnswerRe: Reading and wrinting using wndows registry API Pin
Rajesh R Subramanian26-Feb-07 19:36
professionalRajesh R Subramanian26-Feb-07 19:36 
AnswerRe: Reading and wrinting using wndows registry API Pin
Hamid_RT26-Feb-07 19:42
Hamid_RT26-Feb-07 19:42 
AnswerRe: Reading and wrinting using wndows registry API Pin
David Crow27-Feb-07 3:03
David Crow27-Feb-07 3:03 
QuestionDoubt regarding DeleteObject Pin
Member 303984326-Feb-07 19:15
Member 303984326-Feb-07 19:15 
AnswerRe: Doubt regarding DeleteObject Pin
Nibu babu thomas27-Feb-07 1:01
Nibu babu thomas27-Feb-07 1:01 
QuestionNeed Tool to Detect GDI Leaks & Memory Leaks Pin
narayanagvs26-Feb-07 18:33
narayanagvs26-Feb-07 18:33 
AnswerRe: Need Tool to Detect GDI Leaks & Memory Leaks Pin
Nibu babu thomas26-Feb-07 20:45
Nibu babu thomas26-Feb-07 20:45 
GeneralRe: Need Tool to Detect GDI Leaks & Memory Leaks Pin
NiceNaidu26-Feb-07 21:29
NiceNaidu26-Feb-07 21:29 
QuestionRe: Need Tool to Detect GDI Leaks & Memory Leaks Pin
Rajesh R Subramanian26-Feb-07 21:40
professionalRajesh R Subramanian26-Feb-07 21:40 
AnswerRe: Need Tool to Detect GDI Leaks & Memory Leaks Pin
Hamid_RT27-Feb-07 0:49
Hamid_RT27-Feb-07 0:49 
JokeRe: Need Tool to Detect GDI Leaks & Memory Leaks Pin
prasad_som27-Feb-07 1:43
prasad_som27-Feb-07 1:43 
GeneralRe: Need Tool to Detect GDI Leaks & Memory Leaks Pin
Rajesh R Subramanian27-Feb-07 3:12
professionalRajesh R Subramanian27-Feb-07 3:12 
GeneralRe: Need Tool to Detect GDI Leaks & Memory Leaks Pin
prasad_som27-Feb-07 4:15
prasad_som27-Feb-07 4:15 
GeneralRe: Need Tool to Detect GDI Leaks & Memory Leaks Pin
Rajesh R Subramanian27-Feb-07 5:54
professionalRajesh R Subramanian27-Feb-07 5:54 
GeneralRe: Need Tool to Detect GDI Leaks & Memory Leaks Pin
narayanagvs27-Feb-07 20:03
narayanagvs27-Feb-07 20:03 

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.