10 messages in net.java.dev.jna.usersRe: [jna-users] Using custom librarie...
FromSent OnAttachments
Jorge Nieto-MadridJan 7, 2009 4:14 am 
Timothy WallJan 7, 2009 5:38 am 
Jorge Nieto-MadridJan 7, 2009 5:55 am 
Timothy WallJan 7, 2009 7:08 am 
Jorge Nieto-MadridJan 7, 2009 8:04 am 
Timothy WallJan 7, 2009 8:09 am 
Jorge Nieto-MadridJan 7, 2009 8:24 am 
Timothy WallJan 7, 2009 12:15 pm 
Jorge Nieto-MadridJan 8, 2009 6:36 am 
Timothy WallJan 8, 2009 6:47 am 
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:Re: [jna-users] Using custom libraries (dll)Actions...
From:Timothy Wall (twal@dev.java.net)
Date:Jan 7, 2009 8:09:27 am
List:net.java.dev.jna.users

On Jan 7, 2009, at 11:05 AM, Jorge Nieto-Madrid wrote:

void sfStartup(HANDLE hInst, int nCmdShow, int async); void sfOnConnectFn(ConnectInterface cI); //Use a non-native function pointer (callback) void sfOnDisconnectFn(ConnectInterface cI); //Use a non-native function pointer (callback) //...More functions }

What should I change so I can use the instruction you propose? Saphira.INSTANCE.getGlobalVariableAddress('sfIsConnected').get

I don't understand what you're asking.