Hi Guys,
I have a very simple application in VS.NET 2002 (C++) that calls a function from a DLL. The DLL is built with WINDDK and MSC_OPTIMIZATION is set to /Od /Oi
When I try to step into the exported function from the DLL it fails. I then tried to load the symbols from the PDB file generated by WINDDK (XP Checked environment), but I get the "pdb format is obsolete" message.
The PDB file is "Microsoft C/C++ MSF 7.00"
Can VS.NET 2002 read this PDB file, ie. is it perhaps to old/new ?
Regards Oliver