... Yes, please request the file version of izmcomjniax.dll on customer machine. If not the latest( at the time 1.5.1.24) then please update. ... If is...
Hello, ... Sounds like you Jet-Database was damaged. Try to repair as recomended at http://support.microsoft.com/kb/209137 ... Did you see a .ldb file (...
Hello Christoph, ... com.inzoom.comjni.jcw.IUnknownJCW.vtblCall(IUnknownJCW.java:75) ... I've tested your issue with a equal source ( but without using JCW ) ...
Hello, ... [SNIPPED] ... As far as i can see the error is coming from COM object and passed via jacozoom to the program. It's better to contact the COM object...
Hello Paul, ... i've download your file. After little changes ( path for dll loading ) and compile it was runs fine. No problems or hangs on both machines (...
Hi, We got few more information. We enabled the logging and debugging in the JVM by setting the paremeter -XX:+ShowMessageBoxOnError. We are using the...
Hello ... No problem, you can upload it into the file section on this newsgroup. ... I see no mistake in your design. Still unavailable to reproduce the crush...
Hi, Thanks for the reply. I have uploaded the crash dump file on the yahoo group as suggested. It is in folder Rahul Vakil/Crash Dump. Here there are two...
We have a third party C++ developer creating a COM object for us. His code sends the event just fine to his test VB application but it fails sending the event...
Hi, if you have followed the JWeb example so far, please change to the JWebSTA sample. With the STA sample, the entire interaction with the ActiveX Control is...
Hello, after analize the crush log i dont see any problem with jacoZoom. The only thread where jacozoom is loaded is thread Id 0x4b4 This thread is on system...
Hello Group, Â Â Â Â Â Â Â Â I am a java developer working in this industry for almost 5 yrs. Now there is a situation where-in we have to make use of JAVA-COM...
Thank you for directing me to the JWebSTA example. Before your reply, the C++ developer made a change to post the event on the media event thread and my Java...
Hi, is it possible to make a call to the native win32 api function SetEvent with jacoZoom, or if not is it possible to add such a function call to the jacozoom...
It is not included with jacoZoom now, but yes we can add it for you. However I guess if you need SetEvent, you might also need other Win API functions like...
Why not use JacoZoom? I remember evaluating some of the same options almost 5 years ago and JacoZoom was by far the best. I've always received great support...
As far as i know we just need this call at the moment. We are getting a handle to an event from the com-component and have to set this event on a certain time....
Hi, I am facing a problem while i try to pass an array of UDT from java to COM. I am able to pass a single UDT object. But in case of array of UDT it fails to...
Hi, the 64 bit verison is still not available. I spend all my time to make it available. Some information about future changes. As far it is not possible to...
Hi All, Please help me. I need your help very badly. Does jacozoom support array of UDT? How to generate wrapper for a method which taking array of stuct as...
Hi, we're getting an error when trying to access a COM component that is wrapped by Jacozoom. The error is: com.bes.ovw.OVWException: error.list.nodes; nested...
Hi, probably you have to re-register the COM component you are trying to use, logged into the machine with the same the user-account on which the Apache...
 Hi,  we have a java application, user has to launch application through his IE. As per application settings session will get expired if user don't touch...
Hello, IE can be used as embedded control and as a COM object. I think you use it as a embedded control with using of JActiveX iinstance in a standalone...
Hello Andreas, *.ldb files ( a ldb-file per database mdb-file ) are created by JET engine automatically to manage database locks. This must be the in the same...
Hello, yes in general it is possible to handle UDT arrays. Typically UDT are wrapped to generated class derived from com.inzoom.comjni.UDT Access to array...
 Hello Hermann,  Thanks for ur reply, if its the problem with all the machines it is fine but we have this problem only Vista with SP1,  please find code...
Hello, i still dont understand do you using IE as a COM Server or a embedded control. Will be InternetExplorer derived from a generated JCW or JActiveX ? Will...