[Next] [Previous] [Up] [Top] [Contents] [Index]

1.5 Compiling a PSYX

1.5.1 .h and .c Files


All PSYXs should include the "PSYXs.h" header (or the "PSYX" precompiled header in THINK C). This header contains important structure definitions and function prototypes. It also contains many things which are not fully described in this document.

When the PSYX is compiled as a code resource (of type `PSYX'), the file "StdJumpTable.c" must be linked with the PSYX-specific code. This file includes InitAllTables(), which is used to set up dynamic links to utility functions in the main application.


PSYX Programmer's Manual - 24 AUG 95
[Next] [Previous] [Up] [Top] [Contents] [Index]

Generated with CERN WebMaker