Included Files

To compile the application, the header files FMI.H and TRACE.H are required. In addition, one of the standard operating system header files may be required. To include the required files, the following lines should be used in your application:

For Win32, Windows version 3.x, and MS-DOS

#include <fmi.h>
#include <trace.h>
 

For OS/2

#include <os2.h>
#include <fmi.h>
#include <trace.h>