home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / gif2pngx.zip / DJGPP.TXT next >
Text File  |  1995-05-29  |  2KB  |  39 lines

  1. Special notes for gif2png compiled with djgpp (DOS/386)
  2.  
  3. For MSDOS and similar systems, there are two versions of gif2png available.
  4.  
  5. gif2png.exe is compiled as a `normal' DOS executable without support for XMS
  6. or EMS or anything and should be used if either you are using a 286 or the
  7. 386 version is not working correctly.
  8.  
  9. gif2png3.exe is compiled as go32 (386 protected mode) executable and works only
  10. on machines with at least a 386sx. This version supports virtual memory
  11. management provided by djgpp. For best performance, you should set the
  12. enviroment variable GO32TMP to a local hard disk, e.g. GO32TMP=c:\tmp.
  13.  
  14. All computation done by the program uses integer arithmetic, except the
  15. histogram generation. If you use this option and don't have a CPU with builtin
  16. math unit or x87 coprocessor, you have to configure the math emulation.
  17. This is done by adding emu387 x:/path.../emu387 to the GO32 environment
  18. variable.
  19.  
  20. The program can run under either VCPI or DPMI memory management, if you have
  21. both, you can deselect DPMI by adding nodpmi to the GO32 variable (don't ask
  22. we why, I think this a performance plus).
  23.  
  24. If you are running Windows and the program crashes the system, you might try
  25. to disable screen saver programs, I had problems when After Dark was running.
  26.  
  27.  
  28. If you are interested in djgpp and especially in the sources for emu387 and
  29. go32.exe, you can get the package from any SimTel mirror in the directory
  30. /simtel/msdos/djgpp, e.g. on oak.oakland.edu.
  31.  
  32.  
  33. OK, and if it is not working at all, you can always install Linux and compile
  34. the program yourself, then you shouldn't have problems with memory management
  35. :-)
  36.  
  37. Alexander Lehmann <alex@hal.rhein-main.de>
  38.  
  39.