5 messages in net.java.dev.jna.users[jna-users] Release works, Debug give...
FromSent OnAttachments
Michael WhiteOct 5, 2008 12:27 am 
Timothy WallOct 5, 2008 6:17 am 
LYou...@gkservices.comOct 6, 2008 8:26 am 
Timothy WallOct 6, 2008 8:36 am 
Michael WhiteOct 9, 2008 12:36 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:[jna-users] Release works, Debug gives UnsatisfiedLinkError for library nameActions...
From:Michael White (sfcl@yahoo.com)
Date:Oct 5, 2008 12:27:39 am
List:net.java.dev.jna.users

Hi,

I'm trying to use TRACE statements inside of my Windows DLL, which have no
effect in a VC++ Release version, but work fine in VC++ Debug version.

My problem is that JNA works as expected against the Release version but gives
UnsatisfiedLinkError for my library name against the Debug version.

In both cases the DLL is named the same, located in the same place (i.e. replace
release version with debug version) and I'm using the same library name string
to access it.

Is there something I need to do to make the Debug version work with JNA?

Thanks.