14 messages in net.java.dev.jna.usersRe: [jna-users] java.lang.Unsatisfied...
FromSent OnAttachments
Muhammad NoorApr 6, 2009 12:16 am.dll, .log
Timothy WallApr 6, 2009 3:49 am 
Muhammad NoorApr 6, 2009 4:11 am 
Timothy WallApr 6, 2009 5:32 am 
Muhammad NoorApr 6, 2009 5:45 am 
Timothy WallApr 6, 2009 6:13 am 
Muhammad NoorApr 6, 2009 6:22 am 
Timothy WallApr 6, 2009 7:01 am 
Hristo NovatchkovMay 3, 2009 11:55 am 
Timothy WallMay 3, 2009 12:56 pm 
Hristo NovatchkovMay 3, 2009 1:17 pm 
Timothy WallMay 3, 2009 5:57 pm 
Novatchkov HristoMay 4, 2009 4:05 am 
Timothy WallMay 4, 2009 4:21 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] java.lang.UnsatisfiedLinkErrorActions...
From:Timothy Wall (twal@dev.java.net)
Date:May 3, 2009 5:57:19 pm
List:net.java.dev.jna.users

What's your OS language setting? I doubt the message is just "D", might be an encoding issue; try figuring out what GetLastError is and do the message lookup yourself.

On May 3, 2009, at 4:18 PM, Hristo Novatchkov wrote:

So it describes the error message I guess. And what could the letter D than mean? That the library was not found?

Timothy Wall schrieb:

On windows, it's what's returned by a call to

FormatMessageA(FORMAT_MESSAGE_FROM_SYSTEM, NULL, GetLastError(), 0, buf, len, NULL);

On May 3, 2009, at 2:56 PM, Hristo Novatchkov wrote:

Hi,

can somebody please tell me what the letter at the end of error codes like the java.lang.UnsatisfiedLinkError actually mean. Does it have a specific meaning? For example:

java.lang.UnsatisfiedLinkError: Unable to load library 'name of dll': D

How can I interpret the letter D at the end of the error description?

Thanks, Hristo