9 messages in net.java.dev.jna.usersC++ StdCallFunctionMapper
FromSent OnAttachments
Ewan SlaterApr 8, 2008 10:45 am 
Timothy WallApr 8, 2008 11:15 am 
Paul MooreApr 8, 2008 11:50 am 
Albert StrasheimApr 8, 2008 1:26 pm 
Ewan SlaterApr 9, 2008 12:44 am 
Timothy WallApr 9, 2008 3:53 am 
Ewan SlaterApr 9, 2008 11:44 am 
Timothy WallApr 9, 2008 7:32 pm 
Timothy WallApr 9, 2008 7:32 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:C++ StdCallFunctionMapperActions...
From:Ewan Slater (ewan@googlemail.com)
Date:Apr 8, 2008 10:45:50 am
List:net.java.dev.jna.users

Hi,

I've just satrted using JNA, and it's working (hooray), but...

My DLL is written in C++ not C, and when I try to use the StdCallFunctionMapper it doesn't find my functions in the DLL (boo! hiss!).

Has anyone got a StdCallFunctionMapper for C++ that they could be kind enough to send me / point me to?

I'm compiling the DLL in Microsoft VC++, and using the __stdcall calling convention (but would happily switch to another if that's what it took).

Cheers,

Ewan