October 12th, 2012 03:13 AM
I want to get access through the Java Access Bridge to an application that has its own JRE. JAB works fine for me with the "public" JRE (SE 7). But the target application has its own JRE (SE 6)....
October 4th, 2012 05:01 PM
Please remove this post. Thanks.
October 4th, 2012 05:00 PM
No please dont missunderstand me. JAB is a C/C++ library, that offers the funtionality to get access to GUIs of Java appilcations like the winapi on win32 applications. It is NOT about Java here....
October 4th, 2012 06:03 AM
Okayokay please ignore the post above.
It is specific to Visual C++ because the files are ending on *.cpp and because I want to use it in Visual Studio 2010. If I am completely wrong here please...
September 27th, 2012 04:04 PM
Yes.
Cite:
"Java Access Bridge is a technology that exposes the Java Accessibility API in a Microsoft Windows DLL, enabling Java applications and applets that implement the Java Accessibility API...
September 26th, 2012 04:28 PM
I tried installing Java Accesss Bridge for a few hours now. But with no success. The installer from ORACLE does not work (rolls back at the end without error message). Many tries of patching some...
September 26th, 2012 04:25 PM
1. Got OpenSSL (Win32) here http://slproweb.com/products/Win32OpenSSL.html
2. Downloaded and compiled libCURL wit following flags
USE_SSLEAY;
USE_OPENSSL;
CURL_DISABLE_LDAP;
3. Included...
August 16th, 2012 05:05 AM
Okay, now I feel defensive. But your right. Since I have a tight timeplan, I was not able to visit the forum again. I hoped to get mail in case of an answer. But I got none.
As you already...
August 16th, 2012 05:04 AM
Well sorry that I did not answer. Quite impolite... but I am terribly under pressure of time due to exams.
I will come back to the topic as soon as i made them.
I really appreciate your help so...
April 17th, 2012 08:48 AM
EDIT: SOLVED!
Hi
once again i need your help.
I have a struct representing a poker hand category.
typedef struct{
February 9th, 2012 04:27 AM
Okay now i understood what u want to tell me. But is this
#ifndef somethingThatShouldNotBeDuplicated
#define somethingThatShouldNotBeDuplicated
#endif
not exactly to avoid the...
February 6th, 2012 05:07 AM
Okay, but in fact I cant see *where* i declared MyWindowhandle two times, thats what surprised me. Do you see it? I just declared it in the GUI.h Nowhere else. I think my linker is kidding me :)
February 5th, 2012 08:40 PM
hey folks,
im codin a win32 app. and i want to make the HWND hWnd to a global variable. well i put all this gui stuff in a file GUI.h and GUI.cpp. now i want to make the window handle global so i...