Changes between Version 16 and Version 17 of DevelopersFAQ
- Timestamp:
- Aug 20, 2007, 5:39:03 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersFAQ
v16 v17 96 96 etc... 97 97 98 Since FM/2 now uses the OpenWatcom Warp Toolkit, you have to modify your config.sys statement moving the OpenWatcom entries ahead of the IBM Toolkit entries, save, and reboot. 98 ''Since FM/2 now uses the OpenWatcom Warp Toolkit, you have to modify your config.sys statement moving the OpenWatcom entries ahead of the IBM Toolkit entries, save, and reboot.'' 99 99 100 100 === This error message says you have a bad bitmap === … … 104 104 return code is '7'.[[BR]] 105 105 106 This 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. 106 ''This 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.'' 107 107 108 108 === Error message indicating wrong rc.exe ===