home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM 1995 Fall / PD-ROM F95.toast / Programming / Programming Utilities / String Magic 1.0 ƒ / Read Me < prev    next >
Encoding:
Text File  |  1991-04-24  |  1.2 KB  |  33 lines  |  [TEXT/ttxt]

  1.                                                  24 Apr 91
  2.  
  3. String Magic - V1.1 
  4. String Resource Maintenance Application
  5.  © 1991 By Curt Sellmer 
  6.  
  7. String Magic is an application for creating and maintaining
  8. String resources.  It is a useful tool for anyone developing
  9. software for any Macintosh.  However, to take advantage of 
  10. the symbolic names created by String Magic you must develop 
  11. code using a C or C++ compiler, as the header files generated
  12. are in C preprocessor format.
  13.  
  14. For complete documentation set the file 'String Magic Docs'.
  15.  
  16. Files:
  17.     String Magic README    # This file, general information
  18.     String Magic Docs    # Documentation for String Magic
  19.     
  20.     FastStrings.r        # Rez Type definitions for 'STR3'
  21.                             and 'STR2' resources.  This is
  22.                             necessary if you choose to use
  23.                             String Magic to generate source
  24.                           files for MPW's Rez tool.
  25.     FastStrings.c.o        # Routines to load strings from
  26.                             'STR3' and 'STR2' resources.  They
  27.                             are similar to GetIndString().
  28.     FastStrings.h        # Header file for the support routines.
  29.     FastStrings.c        # Source file for the support routines.
  30.     
  31.     Example.str            # An example String Magic Input file
  32.                           
  33.