Changes between Version 13 and Version 14 of DevelopersFAQ
- Timestamp:
- Aug 20, 2007, 5:24:02 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersFAQ
v13 v14 98 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 === This error message says you have a bad bitmap === 101 102 RC :(fm3.RC:71:8):Error 2034:RC cannot create resource item type '2' [[BR]] 103 and id '999'. RC :(fm3.RC:71:8):Error 2037:RC failed to add a resource. The [[BR]] 104 return code is '7'.[[BR]] 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. 107 100 108 ---- 101 109