Changeset 223 for trunk/reskit


Ignore:
Timestamp:
Jun 18, 2005, 6:16:59 AM (20 years ago)
Author:
root
Message:

Integrate Greg Young's hints and tips

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/reskit/reskit.txt

    r208 r223  
    3131FM/2 may refuse to run correctly.
    3232
    33 To get quick usage help, type
     33To get quick usage help, type:
    3434
    3535  COMPILE
     
    3737at the command line.
    3838
    39 To rebuild just FM3RES.STR, type
     39To rebuild just FM3RES.STR, type:
    4040
    41  COMPILE /S
     41 compile /s
    4242
    4343at the command line.
    4444
    45 To rebuild both FM3RES.DLL and FM3RES.STR, type
     45To rebuild both FM3RES.DLL and FM3RES.STR, type:
    4646
    47  COMPILE /B
     47 compile /b
    4848
    4949at a command line.
     
    5252program directory and restart FM/2.
    5353
     54
     55== Trouble Shooting ==
     56
     57FM/2 versions 3.20i-6 and earlier stripped the DOS stub from FM3RES.DLL.
     58This will cause RC.EXE to fail with a 1013 error.  Current versions of FM/2
     59preserve the stub, so you should not see this error.
     60
     61If you want to alter FM3RES.DLL for an older version of FM/2, you need to run
     62LXLITE.EXE on FM3RES.DLL to restore the DOS stub before running RC.EXE.  You
     63can get LXLITE.EXE from Hobbes:
     64
     65 <http://hobbes.nmsu.edu/cgi-bin/h-search?key=lxlite&pushbutton=Search>
     66
     67Any relatively recent version of lxlite should work, but 1.3.3 was used to
     68verify this procedure.
     69
     70At a command promt, run:
     71
     72  lxlite X:\path\fm3res.dll /x
     73  lxlite X:\path\fm3resdll /c:minstub
     74
     75This will decompress the DLL and restore the stub.
     76
     77After recompiling the DLL, you can run
     78
     79  lxlite X:\path\fm3res.dll /c:default
     80
     81to recompress the DLL, if you wish.
     82
     83Not all versions of RC.EXE are created equal.  Currently, the best version to
     84use is:
     85
     86 12-18-97   6:01         868,000           0  rc.exe
     87
     88which reports itself as:
     89
     90 IBM RC (Resource Compiler) Version 5.00.002 Dec 18 1997
     91
     92and which is available at:
     93
     94  <ftp://ftp.software.ibm.com/ps/products/warpzilla/os2tk40rc.zip>
     95
     96
    5497$Id$
Note: See TracChangeset for help on using the changeset viewer.