home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-04-24 | 1.2 KB | 33 lines | [TEXT/ttxt] |
- 24 Apr 91
-
- String Magic - V1.1
- String Resource Maintenance Application
- © 1991 By Curt Sellmer
-
- String Magic is an application for creating and maintaining
- String resources. It is a useful tool for anyone developing
- software for any Macintosh. However, to take advantage of
- the symbolic names created by String Magic you must develop
- code using a C or C++ compiler, as the header files generated
- are in C preprocessor format.
-
- For complete documentation set the file 'String Magic Docs'.
-
- Files:
- String Magic README # This file, general information
- String Magic Docs # Documentation for String Magic
-
- FastStrings.r # Rez Type definitions for 'STR3'
- and 'STR2' resources. This is
- necessary if you choose to use
- String Magic to generate source
- files for MPW's Rez tool.
- FastStrings.c.o # Routines to load strings from
- 'STR3' and 'STR2' resources. They
- are similar to GetIndString().
- FastStrings.h # Header file for the support routines.
- FastStrings.c # Source file for the support routines.
-
- Example.str # An example String Magic Input file
-
-