Go to the first, previous, next, last section, table of contents.


Building and running FM programs

FM programs must #include the file `fm.h' and, hence, should be compiled with the HPVM `include' directory in their include path. FM programs--and therefore, programs using messaging layers built on top of FM--must be linked with the following libraries:

Windows NT
`FM.lib'
`wsock32.lib' (included with Microsoft's compilers)
`kernel32.lib' (included with Microsoft's compilers)
`advapi32.lib' (included with Microsoft's compilers)

Of course, both the Global Resource Manager and the Context Manager must be up and running for an FM program to run.


Go to the first, previous, next, last section, table of contents.