5 messages in net.java.dev.jna.usersRe: [jna-users] JNLPAppletlauncher Issue
FromSent OnAttachments
Patrick FlahertySep 6, 2008 11:12 am 
Timothy WallSep 6, 2008 2:40 pm 
Daniel KaufmannSep 7, 2008 9:33 am 
Patrick FlahertySep 11, 2008 5:41 pm 
Timothy WallSep 11, 2008 6:23 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:Re: [jna-users] JNLPAppletlauncher IssueActions...
From:Timothy Wall (twal@dev.java.net)
Date:Sep 11, 2008 6:23:49 pm
List:net.java.dev.jna.users

It probably makes sense to change the native win32 library loading to use LoadLibraryEx, since apparently that looks in the path of the dll instead of the app path for dependent dlls. Maybe I'll try it one day...

Glad you got it working.

On Sep 11, 2008, at 8:42 PM, Patrick Flaherty wrote:

Thanks Tim !

That fix the problem, loading the dependency dll via JNA before loading the bridge dll.

Thanks again.

-Pat