This is the mail archive of the
libffi-discuss@sourceware.org
mailing list for the libffi project.
Re: [jna-users] Windows x64 jna DLL
- From: Thomas Heller <theller at ctypes dot org>
- To: Timothy Wall <twalljava at dev dot java dot net>
- Cc: users at jna dot dev dot java dot net, libffi-discuss at sourceware dot org
- Date: Fri, 18 Apr 2008 18:50:37 +0200
- Subject: Re: [jna-users] Windows x64 jna DLL
- References: <4808AACC.9060804@boerkel.de> <5eec5f300804180720l6c3dbadbl5406e4353cf57335@mail.gmail.com> <DB962B84-25B0-4BA0-B079-E0C2A65F3579@dev.java.net>
Timothy Wall schrieb:
> I poked at this a bit (merging python libffi fork into standalone
> libffi) and got some of the configury done and got something to build,
> but got stuck not having a working dejagnu/expect harness to run the
> tests.
>
> Apple has some python-based tests derived from the dejagnu ones, which
> might be easier to get running.
>
> It's a bit tricky to put back into standalone libffi b/c that expects
> gcc; you'd need to beef up some of the wrapper scripts to get the MS
> compiler and assembler to work properly within the framework.
>
> It also looks like x86 stdcall is not yet implemented.
You're talking about AMD64, on 64-bit Windows, right?
AFAICT, there is only one calling convention:
http://msdn2.microsoft.com/en-us/library/ms235286.aspx
Thomas