home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / icons / f1378 / ifix.doc < prev    next >
Text File  |  1991-04-08  |  4KB  |  119 lines

  1.  
  2.  
  3.  ----------------------------------------------------------------------------
  4.                                   IFix
  5.          A simple fix for Windows 3.0 icons created with Icondraw
  6.                             Version 0.9 (Beta)
  7.  
  8.            Part of the "I" series of icon programs by James Bell
  9.  ----------------------------------------------------------------------------
  10.  
  11.  Introduction
  12.  
  13.  IFix is designed to quickly identify and patch the infamous "bad" Icondraw
  14.  icons.  These icons were created with Icondraw (versions 1.0 or 1.1) and
  15.  cause Windows to halt with an "Unrecoverable Application Error" (UAE) when
  16.  used in '386 Enhanced mode.  As far as I know, version 1.2 of Icondraw does
  17.  not make the same mistake, nor does any other icon editor I've seen.
  18.  
  19.  The icons have one bad byte in the icon header.  At offset 14 the byte
  20.  should be $E8, in the Icondraw icons its $D8.  You can fix these icons one
  21.  at a time with an editor like Norton, or use IFix to do the job all at once.
  22.  IFix checks each file specified and patches the file if it has the "bad"
  23.  byte at offset 14.
  24.  
  25.  Using IFix
  26.  
  27.  IFix is easy to use, just give the file specification for the icons you
  28.  want to check (and if bad, fix) like you would for DOS's DIR command.
  29.  
  30.  For example (at the DOS prompt):
  31.  
  32.     IFIX C:\WIN\*.ICN            : Check/fix all the ICN icons in the WIN dir.
  33.                                  :
  34.     IFIX C:\WINDOWS\ICONS\*.ICO  : Check/fix all ICO icons
  35.                                  :
  36.     IFIX A:\*.IC?                : Check/fix ICN and ICO icons
  37.                                  :
  38.     IFIX BADONE.ICN              : Check/fix a single icon file
  39.  
  40.  
  41.  Typing "IFIX" alone also gives the command syntax.
  42.  
  43.  IFix checks to see that each file is 766 bytes long, but does NOT check
  44.  further to see if the file is actually an icon file.  IFix could
  45.  potentially damage a non-icon file if it was 766 bytes long and was within
  46.  your file specification.  So be careful of using "*.*" as your file
  47.  specification.
  48.  
  49.  Please let me know if you have any trouble:
  50.  
  51.   James Bell
  52.   4511 Sherwood Trace
  53.   Gainesville, FL  32605
  54.   (904) 372-3695
  55.  
  56.  
  57.                             About the "I" series
  58.  
  59.      The "I" program series includes several programs to create, edit,
  60. manage, and even "steal" icons.  IEdit and IDir require a VGA and mouse,
  61. IExtract and IInject require at least an EGA.  All of the "I" series of
  62. programs require an 80286 or better processor.
  63.  
  64.  *   IEdit - The Icon Editor
  65.      -----------------------
  66.      The core of the "I" series, IEdit is a feature-packed icon creation
  67.      and editing tool.  Functions like Mirror, Invert, Grid, and more
  68.      separate IEdit from the other icon editors.  IEdit is being used
  69.      across the U.S. by individuals, corporations, universities, as well
  70.      as in Europe and the U.K.
  71.  
  72.  *   IExtract
  73.      --------
  74.      IExtract lets you look inside of your favorite Windows programs and
  75.      "steal" their icons for editing or use elsewhere.
  76.      This is now been built into IEdit as the EXTRACT function.
  77.  
  78.  *   IInject
  79.      -------
  80.      The companion to IExtract, with IInject you can permanently replace
  81.      the icon in a Windows application with your own.  You can even change
  82.      those annoying "Group" and "DOS" icons in Windows itself.
  83.  
  84.  *   IMenu
  85.      -----
  86.      IMenu lets you use your Windows 3.0 icons to create a DOS menu system.
  87.      No mouse is needed and IMenu supports EGA, VGA and Hercules.  An 8088
  88.      (PC/XT) version is available.
  89.  
  90.  *   IDir
  91.      ----
  92.      IDir gives you point-and-shoot icon file deletion so you can keep
  93.      track of icons easily.
  94.  
  95.  *   ISetCRC, IStrip, and ICheck
  96.      ---------------------------
  97.      For managing icons, these utilities help track down duplicates by using
  98.      a CRC value to find identical icons.
  99.  
  100.  
  101. Pricing:
  102.  
  103.     Print out ORDER.FRM for pricing and ordering information.
  104.  
  105.  
  106.                              Availability
  107.  
  108.     Many of the above programs are available as Shareware from bulletin
  109. boards and Shareware houses.  You'll have to endure some "annoyware" screens
  110. with the Shareware versions, but all of the features are available.
  111.  
  112. Good Luck and thanks for using IFix.
  113.  
  114. James Bell                                                        04/08/91
  115.  
  116.  
  117. P.S. Windows is TM Microsoft Corp.
  118.  
  119.