Files

The SOM Precompiler generates a number of files that are used to define an object class to the Workplace Shell and to other classes that may wish to inherit the characteristics and behaviors of the class. These files are:

  • H .PH .IH .C .SC .PSC .DEF

    These files may then be used as input to a C compiler, generating object code that is in turn linked to create a dynamic link library, which implements the object class.


    [Back: Defining an Object]
    [Next: Class Definition File]