
Problem using the Profiler and program DLL's
I am having a problem using the VC++ 4.2 profiler to profile my project,
which consists of an executable file and a number of DLL's. I compile all
of them with the profiler switch on, and Program database debug output, and
it crashes a few lines into the first of my DLLs somewhere in MSVCRT.dll.
The code runs correctly in both debug and release mode, just not in the
profiler. (Actually, it will profile for Line Counting, just not for
function timing (which is what I need it for.)
Any help would be appreciated. Thanks!
Cheryl Makovsky