home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 18 / CD_ASCQ_18_111294_W.iso / dos / prg / c / ruckus / _readme < prev    next >
Text File  |  1994-10-20  |  2KB  |  55 lines

  1. README 21-Oct-94.
  2. RUCKUS 1.1 for DOS C compilers.
  3.  
  4. Modac, CHIMPS, and the personal-edition version have been removed.
  5. Current Modac versions are available at the BBS.  Jaleo is now being
  6. used as the sample app, though it was created using R2 (beta).
  7.  
  8. See !HISTORY file for changes.
  9.  
  10. BBS and e-mail address is:
  11.  
  12. cornel@crl.com
  13. BBS/fax: +1-210-684-8065 / Monday-Friday after 5pm / Weekends 24 hours [-0500]
  14.  
  15.  
  16. INSTALL:
  17. -------
  18. First thing to do is to move all the files in this package to a new directory
  19. with at least a 1.5M available. You can move them anytime after the
  20. installation has finished. To install, run INSTALL.BAT. INSTALL.BAT executes
  21. the INSTALLATION program to setup the library files. These programs extract
  22. and build the two LIBrary files, RUCKDAC.LIB and RUCKMIDI.LIB, ready to be
  23. used by any DOS C compiler (see the Borland info below).
  24.  
  25. IMPORTANT: Alignment of Ruckus structures, in the header and in your
  26. program, MUST be byte-alignment.  Many compilers default to 2 or 4-byte
  27. alignment unless instructed others (#pragma... or other method).  Your
  28. program will NOT run correctly unless any Ruckus structure is properly
  29. aligned.  Consult your compiler documentation on how to set alignment.
  30. Only Ruckus structures need this alignment -- you can switch back to
  31. whatever alignment you want EXCEPT when defining/declaring Ruckus structures.
  32.  
  33.  
  34. USING A BORLAND C COMPILER:
  35. ---------------------------
  36. If you are using any of Borland's C compilers (TC 1.0 to BC 4+) you must
  37. use the BORLAND LIBs in BORLAND.ZIP.
  38.  
  39.  
  40. OLDER COMPILERS:
  41. ---------------
  42. If you're using QuickC you should not use the AtExit() routines provided with
  43. RUCKUS. Seems _atexit is always near in all QC 2.5 memory models (a QC bug).
  44. This may be a local problem.
  45.  
  46.  
  47. AND STILL:
  48. ---------
  49. The XMS file transfer buffer is now 16K rather than 64K since C's malloc()
  50. large model cannot deal with requests of 64K (sure it can).
  51.  
  52.  
  53. Credit card order now accepted. See !ORDER.CC.
  54.  
  55.