Microsoft KB Archive/170513: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 12: Line 12:
<div id="TitleRow">
<div id="TitleRow">


= <span id="KB170513"></span>DOC: PRF1301 Using Sample Command &quot;FTIME test.exe&quot; =
= <span id="KB170513"></span>DOC: PRF1301 Using Sample Command "FTIME test.exe" =




Line 48: Line 48:
== SUMMARY ==
== SUMMARY ==


You may receive error PRF1301 when you start the sample FTIME.BAT by syntax &quot;FTIME test.exe&quot; as described in Help.
You may receive error PRF1301 when you start the sample FTIME.BAT by syntax "FTIME test.exe" as described in Help.


</div>
</div>
Line 55: Line 55:
== MORE INFORMATION ==
== MORE INFORMATION ==


The Help section &quot;Using PROFILE, PREP, and PLIST&quot; states:<br />
The Help section "Using PROFILE, PREP, and PLIST" states:<br />
<br />
<br />


<div class="indent">
<div class="indent">


&quot;If the preceding batch file was named FTIME.BAT, and you wanted to profile the program TEST from the Profile dialog box, you would select the Custom option, and then specify FTIME.BAT in the Custom Settings box. If you wanted to profile the TEST program from the command prompt, you would type: FTIME TEST.EXE&quot;
"If the preceding batch file was named FTIME.BAT, and you wanted to profile the program TEST from the Profile dialog box, you would select the Custom option, and then specify FTIME.BAT in the Custom Settings box. If you wanted to profile the TEST program from the command prompt, you would type: FTIME TEST.EXE"




Line 67: Line 67:
<div class="errormessage">
<div class="errormessage">


PREP : fatal error PRF1301: file &quot;test.exe&quot; has an incorrect (old) signature
PREP : fatal error PRF1301: file "test.exe" has an incorrect (old) signature


</div>
</div>
Line 79: Line 79:
<div class="indent">
<div class="indent">


&quot;If the preceding batch file was named FTIME.BAT, and you wanted to profile the program TEST from the Profile dialog box, you would select the Custom option, and then specify FTIME.BAT in the Custom Settings box. If you wanted to profile the TEST program from the command prompt, you would type: FTIME TEST&quot;
"If the preceding batch file was named FTIME.BAT, and you wanted to profile the program TEST from the Profile dialog box, you would select the Custom option, and then specify FTIME.BAT in the Custom Settings box. If you wanted to profile the TEST program from the command prompt, you would type: FTIME TEST"




Line 89: Line 89:
== REFERENCES ==
== REFERENCES ==


TITLE: &quot;Using PROFILE, PREP, and PLIST&quot;<br />
TITLE: "Using PROFILE, PREP, and PLIST"<br />
URL: mk:@ivt:vccore/F33/D36/S4D18E.HTM
URL: mk:@ivt:vccore/F33/D36/S4D18E.HTM



Latest revision as of 11:04, 21 July 2020

Knowledge Base


DOC: PRF1301 Using Sample Command "FTIME test.exe"

Article ID: 170513

Article Last Modified on 12/2/2003



APPLIES TO

  • Microsoft Visual C++ 5.0 Enterprise Edition
  • Microsoft Visual C++ 6.0 Enterprise Edition
  • Microsoft Visual C++ 5.0 Professional Edition
  • Microsoft Visual C++ 6.0 Professional Edition
  • Microsoft Visual C++ 6.0 Standard Edition



This article was previously published under Q170513

SUMMARY

You may receive error PRF1301 when you start the sample FTIME.BAT by syntax "FTIME test.exe" as described in Help.

MORE INFORMATION

The Help section "Using PROFILE, PREP, and PLIST" states:

"If the preceding batch file was named FTIME.BAT, and you wanted to profile the program TEST from the Profile dialog box, you would select the Custom option, and then specify FTIME.BAT in the Custom Settings box. If you wanted to profile the TEST program from the command prompt, you would type: FTIME TEST.EXE"


If you use the sample batch file from Help, the following error message appears:

PREP : fatal error PRF1301: file "test.exe" has an incorrect (old) signature

NOTE: The sample code in Help is different than the ftime.bat shipped with Visual C++ 5.0. If you invoke the shipped FTIME.BAT with FTIME test.exe, the following error message appears instead:

PREP : fatal error PRF1011: cannot open file test.exe.exe

The paragraph should read as follows:

"If the preceding batch file was named FTIME.BAT, and you wanted to profile the program TEST from the Profile dialog box, you would select the Custom option, and then specify FTIME.BAT in the Custom Settings box. If you wanted to profile the TEST program from the command prompt, you would type: FTIME TEST"


REFERENCES

TITLE: "Using PROFILE, PREP, and PLIST"
URL: mk:@ivt:vccore/F33/D36/S4D18E.HTM

Keywords: kberrmsg kbdocs kbdocerr KB170513