Profiling Under Windows

MSVC++ provides three programs to use together to profile under Windows, prep, profile, and plist. The MSDN site summarizes how to use profile, prep, and plist.

A sample session for a program goes as follows.

You can also create a windows icon which you can click to profile your code. There is another msdn article on this.

Remote Debugging

In order to do remote debugging with MSVC++ 6.0 on Win2k, you need to copy the following to Windows System\System32 from Visual Studio\Common\MSDev98\Bin: TLNOT.DLL, DM.DLL MSDIS110.DLL and maybe MSPDB60.DLL.

Questions or comments? Contact Drew Dolgert.