where will I find dbgheap.c etc
-
We have some runtime errors and DevSudio trys to find dbgheap.c. It isn't on my machine, or anybody elses here either. Where can we get dbgheap.c and the other runtime debug files?
-
We have some runtime errors and DevSudio trys to find dbgheap.c. It isn't on my machine, or anybody elses here either. Where can we get dbgheap.c and the other runtime debug files?
It's part of the C run-time library source. This is not installed by default with Visual C++ 6. If installed, it is in \Program Files\Microsoft Visual Studio\VC98\CRT\SRC. If not installed, just re-run the installer and install the C run-time source as an additional component. For Visual C++ 7.x, it's in \Program Files\Microsoft Visual Studio .NET\Vc7\crt\src or \Program Files\Microsoft Visual Studio .NET 2003\Vc7\crt\src, depending which version you have installed. I can't remember if it's installed as part of the default setup or if you have to drill into the install options to select it. Brad