How to Create a Macintosh Pure-Code Resource Library (32974)
This article was previously published under Q32974
SUMMARY
The steps for turning a C or Pascal program into a Macintosh
pure-code resource depend upon which compiler you have. However, the
following five steps must be done before you can use the pure-code
resource in a QuickBASIC library file:
- The file creator type must be set to MSBB for the binary version
of QuickBASIC or MSBD for the decimal version.
- The file type must be MSBL.
- Each pure-code resource must have a resource type of MBPC.
- You must assign an ID number to each pure-code resource. The ID
number must be unique within the library and across libraries if
you use multiple libraries.
- Each pure-code resource must have a resource name. The resource
name is the name used to call the routine from QuickBASIC.
Modification Type: |
Minor |
Last Reviewed: |
1/8/2003 |
Keywords: |
KB32974 |
|