Hello, I am using SWT's OleControlSite to show our activex controls, and using Jacozoom COM to create the controlling interface. We have thread that runs async...
I have to support an application interface in two different versions in my application. Therefore I have created two JAR archives with the wrapper classes from...
Hi there I have a couple of questions regarding jadoZoom. I don't think they are answered in the forum. Do developer licensees get a User's Guide or set of...
Hi, concerning your questions: 1. As jadoZoom is a jdbc driver, the jdbc api docs apply. There is no specific jadoZoom api documentation. 2. As for importing...
Hello all, I'm trying set callback interface, but I don't know how to create it, becouse its extends IUnknown and contructor need any other IUnknown or...
Hallo Stefan, ... jniRegisterActiveXDll will find , load and register COM Components inside izmcomjniax.dll. Did you test dependencies for it ? ... Did it...
Dear jacoZoom group We used jacoZoom to generate wrapper classes for Microsoft Word to create (and mail merge) word files from word template files. Here I have...
Claudia Denz
claudia.denz@...
Apr 20, 2009 12:02 pm
4491
Hello Stefan, i think some access permissions or path resolving is different between call to jniRegisterActiveXDll and register with regsvr32.exe. Please use...
We are trying to connect to an OLEDB driver from java and came across your software as an eminent solution. We have evaluated your software on a 32 bit machine...
Hello, We recently purchased jacoZoom and are using it to control MS Word 2007 from and Applet using a subclass of JOLEDocument. We are finding that it often...
Hello, Can you please tell us how can we get the handle to running object table? and iterrate over it? Thanks, Amruta Cricket on your mind? Visit the ultimate...
Hello Mark, thanks for test case uploading. As far as i can see the initialization is ok, but no kind of cleanup was found. The first thing about i was wonder...
Hello Jagadeesh, the jadoZoom or jacoZoom will access database engine across COM and to get it runned on 64bit machine you need a 64bit OLEDB driver. Did your...
Hello Claudia, your problem may be kind of security settings. Started as Automation application Word may disable some dialog boxes needed to activate macros...
Hi Hermann, Thanks for reply.. We are not using jadozoom right now. We are planning to use it if it meets our requirements. We are trying to connect from a 64...
Hi, JDK 1.6 Support There was a previous post from Herman which said "Yes, product is supported for 1.6 Upgrade 6 and above. The release version of JDK 1.6 has...
Hello Hermann Resolved, it was some kind of timing problem -> setVisible(true) needed to be set earlier. Regards Claudia ________________________________ Von:...
Claudia Denz
claudia.denz@...
May 20, 2009 7:49 am
4506
Hello jagadeesh, also the jadozoom 64bit port may be a lot easy as the jacoZoom, but jacoZoom is dispatched to release first. Assume you have 64bit dll and can...
Hi Hermann, I will verify this and let you know.. Thanks for your reply. Regards, Jagadeesh ... -- Cheers, Jagadeesh Kumar. ... "The trouble with doing...
Hello Kathryn, the issue is only on jdk's between 1.6.0 and 1.6.0u5. AFAIK jdk's 1.5.x will run fine. Problem was with heavywight components(JActiveX and...
Hi, We have to call a .NET dll from within java. The .NET dll is exposed as a COM object (we have no source code of the dll). I have registered the dll as a...
First Hello to everyone and thanks for jacoZoom and supporting it :) I am trying to port the JWeb sample to an Eclipse PlugIn. Unfortunately I end up in an...
It turned out that the .NET dll wasn't exposed properly as a COM object. I've create a .NET dll wrapper with a proper COM interface descriptor and called the...