Re: ffi library port to Windows
Enrico Migliore <[email protected]> Wed, 17 May 2006 17:26:18 +0200
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Organization | - |
| Message-ID | <[email protected]> |
Hi Etienne, >Hi Enrico, > >Have you given a look at : > http://ctypes.cvs.sourceforge.net/ctypes/ctypes/source/libffi_msvc/ > >Apparently, ctypes uses an old version of libffi which they ported to >msvc. Maybe looking at it could help you. > >See below. > > > yes, I took a look at that URI and realized that the MSVC port has already been done! The GCC assembly file win32.s, was translated for the MSVC assembler, in 2002 by John Beniton and Ranjit Mathew. Tomorrow I'll download the ffi port and try to run ALL the tests. If all tests succeed, I'll start to tackle the task of porting SableVM to MSVC. Enrico