You must make the exported names match the FLI definitions. To do this:
extern
"
C
"
{}
around the C++ function definitions, or
Note: watch out for the calling convention of the exported function, which must match the
:calling-convention
in the FLI definitions.