Re: ffi library port to Windows

Enrico Migliore <[email protected]> Tue, 06 Jun 2006 13:04:59 +0200
Newsgroups gmane.comp.java.vm.sablevm.general
Organization -
Message-ID <[email protected]>
Hi Etienne,

 the tests that pass, to a foreign function, the following ffi types "by 
address":

 ffi_type_uint64;
 ffi_type_uint;
 ffi_type_sshort;
 ffi_type_double;
 ffi_type_float;

seem to work fine :-)
In my case, the foreign function is a C function, with the __stacall 
qualifier.

I'm now testing the case where I pass those types "by value".

Enrico