We've run into trouble creating a database link on a VISTA machine. The database access, creation, etc. all work fine. (And the program works fine on XP.) ...
Hi, I have uploaded file IETest.java to directory carsten to demonstrate my problem with Internet explorer. I create a InternetExplorer Object, browse to a...
Hi, within example program you initialize IE7 as a application by using new jcw.SHDocVw.InternetExplorer() constructor. A iexplorer.exe process will be started...
I'm having a problem while using JacoZoom. When I try to: jActiveXDisplay.staCall(runnableVdoConn); (from a thread different from the thread where the JActiveX...
Hello, ... In general you can use (J)ActiveX.staCall from a thread different to the thread where JActiveX was created, but this thread should use the same COM...
Can I get access to Outlook's address book with your product with Java? If so can you point me to some documentation about this. The documentation for this...
Hi, please check my sample folder. http://tech.groups.yahoo.com/group/jacoZoom/files/stefan/samples/ there you will find an Outlook and a MAPI sample, which...
hi, I am trying to pass a variant of user defined type from VC++ to java. i have done following things. 1. set the vt type of variant to VT_RECORD. 2. set...
Hi, can you post code snippets of the working c++ code as well as of the failing java code? Thanks, Stefan ... java. ... using ... (IRecordInfoJCW.java:75)...
Hello everyone. First of all, apologize, since I am a beginner in jacozoom and my english is so bad. I am working on an application that uses jacozoom to...
Hi, the debug information below (Variant. java:484) indicates, that you have an old jacoZoom version installed. Please reinstall the latest version and make...
I am experiencing a similar problem all of a sudden. The error occurs when i do "setvisible" on my JFrame. If i remove the setvisible call, then the...
I am experiencing a similar problem all of a sudden. The error occurs when i do "setvisible" on my JFrame. If i remove the setvisible call, then the...
Hello, ... if you call "setvisible" then your JFrame does become native resources and can render itself. As you can see your container will become notification...
Hello Henrik, ... [SNIP] ... May be some dependencies are broken. Please check dependencies for izmjnicomax.dll. You can use Dependnecy Walker(depends.exe)...
Found out the following: gpsvc.dll = Group Policy Client When installing the Vista SP1, the installer removes the Group Policy Management Console (GPMC). An...
Hi, ... If all the dependencies are ok and you don't see any RED QUESTION MARK please try to run a jacoZoom ActiveX sample ( JWeb or JCal ) . Does this runs...
Yes, I can run the jacozoom axtivex samples (after I manually added -Djava.library.path to point to "C:\Program Files (x86)\infoZoom\jacoZoom", and disabled...
The only real hint I have found is that Problem Reporter generates a Problem Report that tells that javaw.exe crashes in module RPCRT4.dll. This is the code...
Actually this is not a jacoZoom problem, it is a Word problem. jacoZoom works correctly in that it calls into Word same as you would do with VBA or any other...
Hi, Installing the latest version didnt solve the issue, but i got the way how to access the Variant. Now, I have a method which passes a variant from java to...
Spot on, Hermann :-) Commenting the useRegistry(false,null) call fixes the immediate problem. Now the application starts, there are no crashes, no delayes and...