Hi, Any idea when 64-bit version of JacoZoom will be available? We want to deploy our software on 64-bit Windows 2003. Our software is built on Internet...
Hello, We have been using jacozoom successfully, but would like to move over to eclipse.swt. Can somebody provide an example with say a word document. I've...
We have bought the source code of Jacozoom. We feel that the following code segment in ArrayDesc.cpp leaks memory. Can you please confirm if it does. JNIEXPORT...
Hi, We have purchase jacozoom and integrated with our application with Quality Center 9.0. It is working fine. Now we are migrating to Quality Center 10. We...
We have an application that displays multiple ActiveX controls for viewing video in a Java window. This application works fine under Java 1.6.0_07 but under...
Hi Stefan, Thanks for the information. I have generated new wrapper classes and execute the same sample code. The program getting hanged while getting...
Hi, please try with a VBA environment if your sample code works. If it does not work with scripting and doesn't work in VBA or VB then your server prbly is not...
The DBEngine you are using probably is from DAO36 but in order to use the ACCDB files you must wrap Microsoft Office 12.0 Database Engine objects (ACEDAO.DLL) ...
Hello, I manage to get the activex to be shown in the window, but i am not receiving any events. I know SWT is STA and jacozoom is MTA. I tried changing the...
Hi, I want to know that is there any way to generate wrapper classes for java interface/object using jacozoom? Can i directly call a method of Java class from...
Hello, ... Please check http://java.sun.com/j2se/1.4.2/docs/guide/beans/axbridge/developerguide/index.html this SUN tool will make possible to access java...
Hello Tracy, it's very hard to answer without a concrete use case. To many release() calls will disbalance COM objects internal reference counter and may be...
Hi. Sorry for the long delay. We are working on this project again and is still very confused about how to transfer a 4x4 matrix of doubles through a Variant...
We found a solution by Googling a bit and experimenting a bit more :-) See below for code sample. New question: What is the consequence of creating a variant...
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...