Hello,
I've a strange problem,When I debug a .exe made with visual c++ 8 ollydbg load my .pdb file (I can see it in the logs) but doesn' t display the symbol, It still display "CALL program.00402848" or it should display "CALL program._function_name". The .pdb is correct there are all the symbol in there. I try all the combinaison option of the linker and compiler (/ZI or /Z7 or /COFF.... and many other stuff) but nothing to do, it doesn t worked.
However it work when I make my .exe & .pdb with visual c++ 6 ! I can see every symbol.
I ve found a difference between pdb from vc++6 & pdb from vc++8, VC6 pdb has the header "Microsoft C/C++ program database 2.00" and the VC8 pdb has the header "Microsoft C/C++ MSF 7.00". Is their different version of .pdb file?
PS:Sorry for my bad english.






