jna
What's the trick to get JNA to interface with 3rd party DLLs?
I\'m getting the following error when trying to interfac开发者_运维知识库e with a Magtek 32-bit DLL.[详细]
2023-03-25 12:55 分类:问答JRE Access Exception Crash Caused by JNA
I am attempting to get the Version info for a .exe using the Version.dll and JNA. import com.sun.jna.Library;[详细]
2023-03-25 05:24 分类:问答JNA set pointer to Boolean
How is possible to set a pointer to a boolean value? For long I use: Pointer pointer = new Memory (size);[详细]
2023-03-25 01:00 分类:问答find name of icons in control panel
Is there a way开发者_运维知识库 to obtain the name of the icons in the Windows Control Panel, and find out their coordinates?[详细]
2023-03-24 03:57 分类:问答GUI in Java, Backend in SML?
I\'m a big fan of functional programming languages (namely Standard ML and its dialects), mainly because of their expressiveness which allows for very consise, clean code. I can solve many problems dr[详细]
2023-03-24 01:52 分类:问答Start/Stop services using JNA
I am writing a utility to start and stop windows services.The program will be distributed across many computers with differing levels of u开发者_如何学JAVAser privileges so I don\'t want to use the co[详细]
2023-03-23 16:34 分类:问答JNA UnsatisfiedLinkError, but jna.library.path is set
I\'m using the following code to load a dll in JNA (irrelevant code is left out): 开发者_C百科public class JNAMain {[详细]
2023-03-23 00:48 分类:问答jna load library
i\'m having a problem on loading a dll with jna. While i can debug the code within eclipse, i get an Exception when i export and run it as a jar file:[详细]
2023-03-22 21:28 分类:问答Equivalent code to GCHandle.Alloc() in Java?
I\'m working on wrapping a C DL开发者_如何学GoL library to Java using JNA. The library has provided a C# wrapper. In the constructor of C# wrapper, a object is created and the memory of the object is[详细]
2023-03-22 07:41 分类:问答Porting C library to Java for Blackberry application
I need to port a C library to Java s开发者_Python百科o it can run on the Blackberry platform (mobile, native application). The options I am considering are:[详细]
2023-03-21 23:06 分类:问答
加载中,请稍侯......