BUG: Source Profiler in Visual C++ 5.0 Does Not ExecuteLast reviewed: October 10, 1997Article ID: Q167804 |
The information in this article applies to:
SYMPTOMSThe Source Profiler, provided with Microsoft Visual C++ 5.0, may not execute from the Developer Studio. When attempting to profile, Developer Studio switches to the Profiler output window but the profiler tools are not executed and no output is produced.
CAUSEThis problem occurs because Developer Studio fails to create the correct environment paths for the spawned process and cannot find the profiler tools using the current path variables.
RESOLUTIONTo work around this problem: On Windows 95, add these directories to the PATH statement in your Autoexec.bat file:
PATH=C:\"Program Files"\DevStudio\SharedIDE\Bin;C:\"Program Files"\DevStudio\VC\BinOn Windows NT, execute the System applet in Control Panel and select the Environment tab. Add the following directory names to the system's PATH environment variable (not the individual user's PATH):
C:\Program Files\DevStudio\SharedIDE\Bin;C:\Program Files\DevStudio\VC\Bin STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: prep plist profile
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |