Structure and Function Definitions |
This section documents the structures and functions used in creating your own dynamically linked library for Mathcad. The prototypes for these functions are contained in the mcadincl.h include file. See an example of all these functions and the appropriate include statement in the section on writing your code.
All UserEFIs must include the mcadincl.h header file, located in the UserEFI\Microsft\include subdirectory in your Mathcad install directory. This file contains the following data structures that will allow you to define functions that Mathcad can read, allocate and free scalars and arrays in a Mathcad-compatible way, and create error messages that can be returned to Mathcad using the graphical user interface.