| | 108 | === Error message indicating wrong rc.exe === |
| | 109 | |
| | 110 | Operating System/2 Program Maintenance Utility[[BR]] |
| | 111 | Version 4.00.001 Oct 4 2001[[BR]] |
| | 112 | Copyright (C) IBM Corporation 1988-2001[[BR]] |
| | 113 | Copyright (C) Microsoft Corp. 1988-1991[[BR]] |
| | 114 | All rights reserved.[[BR]] |
| | 115 | |
| | 116 | Updating resources only[[BR]] |
| | 117 | nmake /nologo / MAKERES=1[[BR]] |
| | 118 | cd dll[[BR]] |
| | 119 | nmake /nologo /L[[BR]] |
| | 120 | internal\mkstr[[BR]] |
| | 121 | SYS1041: The name internal\mkstr is not recognized as an[[BR]] |
| | 122 | internal or external command, operable program or batch file.[[BR]] |
| | 123 | NMAKE : fatal error U1077: 'D:\OS2\CMD.EXE' : return code '1041'[[BR]] |
| | 124 | Stop.[[BR]] |
| | 125 | |
| | 126 | |
| | 127 | Try running rc.exe from the command line. You will probably see[[BR]] |
| | 128 | |
| | 129 | Operating System/2 Resource Compiler[[BR]] |
| | 130 | Version 4.00.006 Sep 16 1997[[BR]] |
| | 131 | |
| | 132 | What you need to see is[[BR]] |
| | 133 | |
| | 134 | IBM RC (Resource Compiler) Version 5.00.002 Dec 18 1997[[BR]] |
| | 135 | |
| | 136 | Move the defective rc.exe out of the PATH and your problems are likely to disappear. |
| | 137 | |
| | 138 | The problem files are[[BR]] |
| | 139 | |
| | 140 | [d:\toolkit\archived]dir rc*[[BR]] |
| | 141 | |
| | 142 | Volume in drive D is DRV_D Serial number is A8CB:6815[[BR]] |
| | 143 | Directory of D:\Toolkit\Archived\rc*[[BR]] |
| | 144 | |
| | 145 | 4-27-98 12:14 88,051 0 RC.EXE[[BR]] |
| | 146 | 4-27-98 12:14 111,908 0 RC4.INF[[BR]] |
| | 147 | 4-27-98 12:14 15,314 0 RCPP.ERR[[BR]] |
| | 148 | 4-27-98 12:14 47,331 0 RCPP.EXE[[BR]] |
| | 149 | 262,604 bytes in 4 files and 0 dirs 263,168 bytes allocated[[BR]] |
| | 150 | 2,788,724,736 bytes free[[BR]] |
| | 151 | |
| | 152 | As you might notice, I store these files in the Archived directory just in case I need to maintain something to insists on using this version of rc. |
| | 153 | |
| | 154 | |