Hi Stefan, I downloaded and compiled Herman's RotDoc. When I run it, I get this exception: java.lang.VerifyError: (class: com/inzoom/com/jcw/IBindCtxJCW, ...
Hello Hermann, I am getting compile errors --- there are incompatible types in the following statement. static void ForEachROTObject(IRunOnMoniker iRun) { try ...
Hello there, can someone send me a step-by-step guide, how to set jacoZoom up? I have even problems running samples although I've modified .bat files. We are...
Hi, did you run the jacoZoom.msi installer? This should setup the software correctly. After running the installer you should have a program group jacoZoom ...
Hello, we have encountered a problem while trying to integrate an ActiveX component into our application (and we have had this problem before). Some ActiveX...
Hi, the ActiveX simply doesn't react to the call. There is no exception. I will try to clarify the problem. The following HTML code works: <HTML> [...] <SCRIPT...
hi, the doLoad in your sample is called when the ActiveX Control fires the running-event. May be in your 2nd sample, this event does not get fired as it is ...
Hello, we have now solved the issue together with the developers of the ActiveX Control. Thank you for your support. It would still be interesting to know...
Anyone have any ideas why I'm getting this hotspot error on a dual processor box only? I suspect it is a threading/timing issue because it doesn't happen...
Hi, if you communicate with the control in its STA - as in the JWebSTA sample - you must remove listeners from within the STA- thread, too. Every communication...
I am having some performance trouble running a simple query against a database with 1.5 million records. Poking around a bit, I found that "ORDER BY" is quite...
Hello, when i create an instance of an ActiveX object i want to connect it with a com object. but when call the method getUnknown() the return value is null....
Hi, you mean you are using com.inzoom.axjni.JActiveX or ActiveX to embed an ActiveX Control in a Swing or AWT app? You can only call getUnknown after the...
... Plaese a little bit more info. Below a example to your issue and its works fine. Regards, Hermann public class JPanelJax { static java.awt.Container...
Hi, Does Jacozoom support rich error info? That is does it QI for IInterfaceSupportsErrorInfo in case of a FAILED HRESULT, then gets the error object and puts...
If i cant run JCAL Applet from samples, i cant run my applet project. i tried to add permisison for "izmjnicom.dll" into java.security and also JAVAWT.dll no...
Hi, what did you add to java.policy? Could it be that you edited the wrong java.policy file? Stefan ... project. ... and ... (WinSurfaceWrap.java:132) ... ...
Okay, i followed by order from this page "start.html" from same Applet directory than JCalc.class. START.HTML tell me to do some thing like this with JRE...