Hi, please note that if you have released all excel-objects then Excel should go away even without calling System.gc(); I have found another object leak in you...
Hi Stefan, Thanks. Sorry about that. I took the code out of my original code and added the workbooks.add a bit hastily. In my original code workbooks is...
Hi, it is not the workbooks but the workbook which is returned by workbooks.add which has to be taken care of. If you have another test case which demonstrates...
Hi, we have a problem with using JacoZoom on a two processor machine. The code executes without a problem on single processor machines and we also have the...
I don't think that this has to do with the processor architecture. I rather assume that your wrappers are out of synch with the vtable interface of the COM...
Hi Stefan, my workbook is also getting released. If something like that was the problem then EXCEL.EXE should stay resident all the time. With it being...
Stefan, I am using the same version of the COM objects and the wrappers on all the machines and I have also tried regeneratng the wrappers with the -d+ option...
Hi, the -d+ option only makes a difference if your COM interface is declared in IDL as [.. dual, ] // dual set in attributes interface IMyInterface :...
Stefan, unfortunately we do not have the source for the COM objects as they are supplied by a third party vendor. But if I understand your answer below...
hello, My connections always fail to connect, just after 15 seconds (on a slow network drive) I tried to set the timeout, like that in the connection URL: ...
I've checked the message archive, and from what others have posted, it would appear that jacozoom should pretty much support jdk1.5 right now. Is this...
After some testing, I found it is not completely working. It works fine when the DCOM setting for the automation server is interactive user or this user. But...
Hi, how do you deploy the COM component? Is it a setup program or do you just copy the DLL? If you copy the DLL, then do you call RegSvr32.exe for it?...
Additional information: Before calling the CoInitializeSecurity, I do use WMI to check the user name and password. Since WMI also establishes the communication...
I am trying to see whether I can set something in the ComLib.coInitializeSecurity(..)'s first parameter to make it work. The first argument of this call is a...
Hi, I have added a connection property "IzmConnectionTimeout" which you can use with the jdbc-URL in order to set the connection-timeout. You can download that...
Hi, we have registered the correct version of the COM-objects using RegSvr32. From Oleview.exe I see that all interfaces extend IUnknown and no [dual] keywords...
I'm having trouble using this class. When I call it as documented I get a NOINTERFACE error. If I modify it to pass in the IUnknown from the JActiveX control,...
I have an ActiveX control that plays live video in a window. I can add the control (as a JActiveX control) to my JFrame and start the video. However, the video...
Hello David, ... Are you sure that playing starts after window become native resource? I mean, do you call start playing method after addNotify() of JFrame is...
I have a JFrame already displayed. Based on a user clicking on a button, I create the activex control and add it to an existing JPanel. One work around I found...
Hey everyone I’m just starting to familiarize myself with jacoZoom and had a quick question that maybe someone can help me with. Basically all I am trying...
I am trying to use an ActiveX control vi the JActiveX that itself uses another ActiveX control that is licensed. When the control is used in a .NET application...
Hello, i have problems using autofilter in excel. Code extract: String rowRange = "A3:C3"; Range range = getWorksheet().getRows().getRange(new Variant ...
Hi, did you already check the Excel sample which comes with jacozoom.zip? The Workbooks object has an open method to open a file. It returns a Workbook-object....
Hello David, ... I do a ... I'm not sure but it sounds like a time prb: The ActiveX creation is started on AwtEvent-Thread and some native resources needed for...