<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<pre wrap="">Amaury


I think the python version of libffi is a good starting point for windows.  It seems to be one of the few versions with windows support.

When you are successful, let me know, and I can copy .lib .dll and headers up to the windows build slave.

Good luck, and keep us posted,

Thanks again,
Mike
</pre>
Amaury Forgeot d'Arc wrote:
<blockquote
 cite="mid:e27efe130805140644x64602c1dv791847f0a6fc09c7@mail.gmail.com"
 type="cite">
  <pre wrap="">Hello,

Maciej Fijalkowski wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi Amaury!

Thanks for doing good job bringing more support for pypy on windows. I
think next direction would be to bring more modules to windows, from
which I guess _rawffi is the most important (this will bring ctypes to
windows platform). I can help you bits with that if you would like to
go in that direction.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Well, I am not a ffi expert, but at least I know how to run the unit tests.
The first step I see is to get the equivalent of libffi for win32 and
microsoft compilers.
My first thought was to steal it from the
cpython/Modules/_ctypes/libffi_msvc directory,
do you have other ideas?

  </pre>
</blockquote>
<br>
</body>
</html>