Next
Previous
Contents
6.9 System requirements
The Haskell COM object design currently makes the following
assumptions:
- The run-time system is provided in a DLL. When the DLL is
loaded, a heap is allocated and the scheduler will be started up.
- Haskell system support for the
foreign export, foreign
import and foreign label FFI declarations.
- Build setup packaged up, i.e., a canned set of steps or
a Makefile is provided so that you can readily integrate the
Haskell-specific code into the rest of your software project setup.
Next
Previous
Contents