My application crashes when I try to profile it with VC6 profiler

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi,

I am using VC6 SP6 on win2k server.

I use makefiles to compile my project. I have used the /PROFILE
linker option to include profiling information. I also copy the .map
files for all the modules into the bin directory.

The problem is that when I run
prep /om /fv myexe // this goes fine

and then profile myexe // this causes a crash
The error reads
0xc8694af referenced memory at 0xc8694af. The memory
could not be read.
Has anyone encountered such an error while profiling their
application ?

Manu.

.