This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [jna-users] Windows x64 jna DLL


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]