Changes between Version 14 and Version 15 of DevelopersFAQ


Ignore:
Timestamp:
Aug 20, 2007, 3:35:34 AM (17 years ago)
Author:
guest
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersFAQ

    v14 v15  
    106106This says you have a bad bitmap. What you need to do is figure out the file name. Start with fm3dll2.h. Find the name assigned to id 999. This is IDM_HELP. Look this up in fm3.rc. This says there's something wrong with your copy of bitmaps\HELP.BMP.
    107107
     108=== Error message indicating wrong rc.exe ===
     109
     110Operating System/2 Program Maintenance Utility[[BR]]
     111Version 4.00.001 Oct 4 2001[[BR]]
     112Copyright (C) IBM Corporation 1988-2001[[BR]]
     113Copyright (C) Microsoft Corp. 1988-1991[[BR]]
     114All rights reserved.[[BR]]
     115
     116Updating resources only[[BR]]
     117nmake /nologo / MAKERES=1[[BR]]
     118cd dll[[BR]]
     119nmake /nologo /L[[BR]]
     120internal\mkstr[[BR]]
     121SYS1041: The name internal\mkstr is not recognized as an[[BR]]
     122internal or external command, operable program or batch file.[[BR]]
     123NMAKE : fatal error U1077: 'D:\OS2\CMD.EXE' : return code '1041'[[BR]]
     124Stop.[[BR]]
     125
     126
     127Try running rc.exe from the command line. You will probably see[[BR]]
     128
     129Operating System/2 Resource Compiler[[BR]]
     130Version 4.00.006 Sep 16 1997[[BR]]
     131
     132What you need to see is[[BR]]
     133
     134IBM RC (Resource Compiler) Version 5.00.002 Dec 18 1997[[BR]]
     135
     136Move the defective rc.exe out of the PATH and your problems are likely to disappear.
     137
     138The problem files are[[BR]]
     139
     140[d:\toolkit\archived]dir rc*[[BR]]
     141
     142Volume in drive D is DRV_D Serial number is A8CB:6815[[BR]]
     143Directory of D:\Toolkit\Archived\rc*[[BR]]
     144
     1454-27-98 12:14 88,051 0 RC.EXE[[BR]]
     1464-27-98 12:14 111,908 0 RC4.INF[[BR]]
     1474-27-98 12:14 15,314 0 RCPP.ERR[[BR]]
     1484-27-98 12:14 47,331 0 RCPP.EXE[[BR]]
     149262,604 bytes in 4 files and 0 dirs 263,168 bytes allocated[[BR]]
     1502,788,724,736 bytes free[[BR]]
     151
     152As 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
    108155----
    109156