jna
Java library for Windows VHD API
I need to mount and navigate a Windows VHD from Java. Anyone know of a Java library t开发者_如何学JAVAhat wraps the Windows Virtual Hard Drive API or is there perhaps source code that uses JNA that I[详细]
2023-02-16 05:14 分类:问答C++ non static callbacks and JNA
I am trying to use a C++ API in Java with JNA. This API uses callbacks to handle sessions events. The only resource I found on how to register callbacks with JNA is this, and it deals with C callback[详细]
2023-02-14 16:06 分类:问答JNA pointer invalid memory access causes EXCEPTION_ACCESS_VIOLATION?
I am trying to run the following C++ method from Java using JNA, but I get an EXCEPTION_ACCESS_VIOLATION.[详细]
2023-02-14 10:44 分类:问答C++'s out parameter object creation and JNA
Disclaimer: I ignore pretty much everything about C++, so I hope I\'m not saying stupid things here, if I am, please feel free to correct me.[详细]
2023-02-14 04:29 分类:问答JNA: Cannot find C methods in Spotify API
I was trying to learn how JNA works, so I decided to use the spotify API (libspotify 0.0.7). I managed to load my dll correctly, but then it looks like my code is not finding any of the method defined[详细]
2023-02-13 18:11 分类:问答JNA Mapping to C
Hello every one I have following function in c and want to map in JNA what could be equivlent of this in JNA.[详细]
2023-02-11 22:16 分类:问答JNA Win32 examples
I\'m trying to compile in Eclipse the example code from McDowell here JNA Keyboard Hook in Windows I downloaded jna.jar from http://java.net/projects/jna/sources/svn/show/trunk/jnalib/dist?rev=1182[详细]
2023-02-10 13:12 分类:问答Mapping forBSTR data type in JNA
in header file of DLL I need to wrap is used BSTR data type as I/O parameter. I need to create its mapping in JNA. I have found following example:[详细]
2023-02-09 05:59 分类:问答How to handle WM_QUERYENDSESSION messages with JNA
I want to catch WM_QUERYENDSESSION messages in Java with JNA so that I can execute a shutdown method because Runtime#addShutdownHook(Thread) doesn\'t work on Windows [1]. I know this can be done since[详细]
2023-02-08 09:25 分类:问答Hunspell on Android
Does anyone successfully implemented Hunspell spell-checker on Android platform? Is it even possible? Did you try it? Wha开发者_高级运维t about the results?[详细]
2023-02-08 02:59 分类:问答
加载中,请稍侯......