home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / maj / 659 / _windows.txt < prev    next >
Text File  |  1994-02-03  |  1KB  |  26 lines

  1. BULLET.LIB can be used for Windows protected-mode programming (a beta 
  2. version is available for registered users on the BBS) as-is in this
  3. release with an exception: you cannot use the default codepage/country
  4. collate sequence table as provide by DOS and used by Bullet.
  5.  
  6. This is part of the process of creating an index file (CreateKXB). Three
  7. quick alternatives are available.
  8.  
  9. 1. Do not use a collate-sequence table but instead sort by ASCII order.
  10.  
  11. 2. Use your own code to build a DOS-compatible specification and supply
  12.    a far pointer to that built data area.
  13.  
  14. See CreateKXB and it's several pages under CreateKXB_a,b,c,... in CZ
  15. for more.
  16.  
  17. 3. Use the DOS call (INT21/6506) and create a selector using DPMI
  18.    function INT31/2. Then use this selector instead of the DOS-supplied
  19.    real-mode 32-bit pointer. See the DOS Programmer's Reference and the
  20.    DPMI 0.9 manual for more, or contact me at the BBS.
  21.  
  22. The beta Bullet for Windows has some other Windows-specific calls to
  23. improve performance, but is essentially identical to this Bullet version.
  24.  
  25. <EOF>
  26.