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