John Matthews wrote:
I have network access to an x86 server. Do you have any documentation or example code that demonstrates how to pass ML functions as arguments to C on the i386 platform?
I found the attached example code I wrote some time ago which demonstrates how to use the foreign function interface including callbacks. You will need to adapt it slightly for your particular operating system. ForeignTest.c contains the command lines needed to produce a shared library which you can then load in ML. I think you will probably need to use PolyML 4.2.0 to use callbacks.
Regards, David