home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / windows / win87emu / win87em.doc < prev    next >
Encoding:
Text File  |  1993-03-11  |  620 b   |  14 lines

  1. WIN87EM is a Protected mode DLL that emulates enough of the Windows
  2. version of WIN87EM.DLL so that DLLs originally written for Windows
  3. that use WIN87EM can run in protected mode.
  4.  
  5. In BP7, a protected mode DLL never links in the floating point support
  6. code. Due to this, a program that makes calls to DLLs that use WIN87EM
  7. (or any DLL that uses floating point math for that matter) MUST be
  8. compiled with $N+ (and $E+ if required) AND the calling program MUST
  9. contain at least one floating point statement so that the smart linker
  10. will include the floating point support code.
  11.  
  12. Pat Ritchey
  13. CIS: [70007,4660]
  14.