// JP opened flex table

Click to See Complete Forum and Search --> : Profiler


benoit_loup
November 12th, 2001, 08:15 AM
Hello,

I try to build an exe with the 'Enable profiling' option checked in the settings, but got a problem (error LNK1202, "vc60.pdb is missing debugging information"). Simply turning off this option will solve the problem, but I really NEED to enable profiling. Nothing seems to be wrong with my settings ...

Any idea ?
Thanks.

IUnknown
November 30th, 2001, 06:04 PM
You should put /Zi /Gh in C/C++ compling options. Or you can use project settings to do it, but you should manually put /Gh.

Good luck!

//JP added flex table