IBM VisualAge Smalltalk Enterprise V5.0

Sample User Primitive
---------------------

This directory contains a sample VisualAge for Smalltalk user primitive DLL.
You will need to create user primitive DLLs only if you are writing
"USER PRIMITIVES" (C language code which accesses objects). If you are
not accessing Smalltalk objects in your C language code, you do not need
to create user primitives; you should use the PlatformFunction interface
instead. 

This directory contains the following files:

   README.TXT          This file

   SAMPLE.DLL          Sample user primitive DLL
   SAMPLE.C            Sample C file for a user primitive DLL
   MAKEFILE            Sample makefile for a user primitive DLL
   SAMPLE.DEF          Sample definition file for a user primitive DLL
   SAMPLE.OBJ          Compiled SAMPLE.C
