Visual C++ README.WRI Part 8-ProfilerID: Q97545
|
The text below presents information in Part 8 of the README.TXT file distributed with Microsoft Visual C++ version 1.0. Setup installs README.WRI in the MSVC\HELP directory.
PROGRAM <XXX>.DLL
OBJECT <YYY>.DLL
FUNCTION WEP DELETE
where <XXX> and <YYY> are the appropriate names.
PR1311 A profiling type must be specified before using the
<command> command or equivalent option.
The type of profiling must be set with the LPROFILE or FPROFILE command or the equivalent PREP command-line option before using this command in a .PCF.
PR1312 A PROGRAM command or /P command-line option must be used
before using the <command> command or equivalent option.
The program being profiled must be specified with the PROGRAM command or the PREP /P command-line option before using this command in a .PCF. The program name specified must be a valid .EXE, .COM, or .DLL file.
PR1313 An OBJECT command must be used before using the <command>
command.
The object file being profiled must be specified with the
OBJECT command before using this command in a .PCF.
PR1314 A FILE command must be used before using the <command>
command.
The source file being profiled must be specified with the FILE
command before using this command in a .PCF.
PR1327 An invalid profiling action was requested.
There was an attempt to perform an action that did not correspond to the current profiling type. This error can be caused by using the LINE.PCF command with function profiling.
PR1328 Because of a .PBT version number mismatch, the profiler
was unable to read .PBT file <filename>.
There was an attempt to read two incompatible .PBT files.
PR1432 A user-defined breakpoint was trapped at
<segment>:<offset>
The Profiler trapped a user-defined breakpoint (INT3) while
executing the program being profiled. The breakpoint was
trapped in a location that was being profiled.
PR1433 An unexpected breakpoint was trapped at <segment>:<offset>
The Profiler trapped a breakpoint (INT3) while executing the
program being profiled. The breakpoint was trapped in a
location that was not being profiled.
PR1605 Because of a .PBT version number mismatch, the profiler
was unable to merge .PBT file <filename>.
There was an attempt to merge two incompatible .PBT files.
PR3323 The profiler was unable to find the line number for
function <function> in the source file.
The CodeView information in the executable file is inconsistent. The information indicates that there is a function, procedure, or subroutine at a certain line number, but there was none found on that line.
PR4428 A user-defined breakpoint was found at <segment>:<offset>
Module: <filename>
Linker Address: <segment>:<offset>
A breakpoint was found at the specified location. The Profiler was told to profile this location. Processing will continue as normal.
Additional query words: 1.00
Keywords : kb16bitonly kbGenInfo kbVC
Version : 1.00
Platform : MS-DOS
Issue type :
Last Reviewed: July 30, 1999