home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 21 / macformat_21.iso / Shareware / Programación / VideoToolbox / Libs / GestaltValueReadMe < prev    next >
Text File  |  1996-05-07  |  511b  |  14 lines

  1. GestaltValue
  2.  
  3. pascal OSErr NewGestaltValue (OSType selector, long newValue);
  4. pascal OSErr ReplaceGestaltValue (OSType selector, long replacementValue);
  5. pascal OSErr DeleteGestaltValue (OSType selector);
  6.  
  7. As of System 7.5, Apple includes traps for these three routines in the System. However, for compatibility with earlier Systems you can instead link in this Apple GestaltValue library from the May 1996 developer CD.  
  8.  
  9. To build in Metrowerks:
  10. Use GestaltValue.o.lib
  11.  
  12. To build in Symantec:
  13. Use GestaltValue.o
  14.