jna
Using JNA to get GetForegroundWindow();
I asked a similar question on a previous thread (https://stackoverflow.com/questions/5206633/java-find-out-what-application-window-is-in-focus) but I was guided to use JNI, and I\'m not having much su[详细]
2023-02-28 02:48 分类:问答How to use unsigned int to be able to use a function for JNA (Java Native Interface)?
I\'m using JNA in order to use a C++ library in my Java application.I am using an interface in Java to use these functions.The function uses three arguments in C++: an unsigned int, a const char*, and[详细]
2023-02-23 13:37 分类:问答Can I use COM from Java via JNA?
Perhaps I\'m crazy, but I\'m starting to have fun with this idea even if it is just for the learning experience: I\'m trying to use COM from Java by calling the Ole32.dll functions via JNA. According[详细]
2023-02-23 13:11 分类:问答Invoke WinInet Functions Used Java + JNA
sorry for my English. I try invoke WinInet InternetSetOptionW method for setting up IE proxy. InternetSetOptionW returns me \"true\", but IE proxy doesn\'t change.[详细]
2023-02-20 20:51 分类:问答Extending (not implementing) Java interfaces in Clojure
I\'ve been looking a lot at Clojure recently and I\'ve been wondering if it suits the scope of my next project.Unfortunately, it involves writing non-portable code and I need access to the Win32 API.[详细]
2023-02-20 11:39 分类:问答Java JNA redirecting output to logger
I am accessing OpenCV via JNA, when my processes takes too long the process a frame opencv prints a \"Camera dropped frame\" message. My problem is it produces too many messages which makes the consol[详细]
2023-02-20 04:31 分类:问答Java: load shared libraries with dependencies
I am wrapping a shared library (written in C) with Java using JNA. The shared library is written internally, but that library uses functions from another external library, which again depends another[详细]
2023-02-19 08:08 分类:问答Call .NET DLL compiled under Mono from Grails Application or use SOAP?
Part of my project wrote all their code in C#.Our web application is in Grails and needs to access their code.The interface for what we need is very simple (pass a file name as a String for example).I[详细]
2023-02-19 03:27 分类:问答Pointer to array of structures as JNA method arguments
I am trying to create a JNA implementation over the SctpDrv library. My problem is that I don\'t get开发者_JAVA百科 my head around pointers to structure arrays. I have tried to search for a solution,[详细]
2023-02-17 12:09 分类:问答JNA for Windows API function GetVolumePathNamesForVolumeName
I\'ve successfully used JNA to call a couple of Windows API functions but I get stuck at this one GetVolumePathNamesForVolumeName[详细]
2023-02-17 01:20 分类:问答
加载中,请稍侯......