One of the most common reasons for a crash from jniVtblCall is, that the function declaration was changed after the wrappers were generated. Every time you...
Hi, from the files you posted I can find anything. First try with dispatch wrappers, by regenerating the java wrappers with "Dispatch wrappers for dual...
Hi, concerning the message loop, you understood me wrong. Not the Server but the client - your application - might be supposed to have a window and a message...
... I see what you mean now. No, that DLL does not expect that. The DLL provides reporting features for the app server. It was used ok in the previous version,...
Unfortunately I do not have VB/VBA on that box. But I looked at the ThreadingModel (in registry), it says "Apartment". I guess it indicates there is no need in...
Hi, We are using JacoZoom to migrate from MS JVM to SUN JVM. Our application does page navigation and does uses the HTML elements on the page to do all the...
Hi, if the threading model of a COM Server is apartment - as in your case - this means, that if the threading model of the client is multi- threaded - as in...
Hi, can you create a small sample, which demonstrates your problem? This would make it easier to understand your problem. You also could try to work with...
The issue was caused by the DLL. It depends on some 3rd party dll which was in the same directory, but the directory was not in the PATH. It is ok for the...
Hi Stefan, I can not create a small sample as of now as I am busy with some other tasks. But you can assume that we have an outdated code and it causes JVM...
hi hermann, no, unfortunately it does not seem that this is the reason, but i am getting tired to search for a result, because i do not know how to continue ...
Problems with TestIE: "Something has gone wrong with the vtable call. Stack is corrupted. Please report to infoZoom" I am having problems with the TestIE...
My apologies to anyone who has received multiple emails. For some unknown reason I was unable to post my full problem description and I tried multiple times. I...
Hi, Is there a reason for this change as our newly generated wrappers are creating trouble in compilation of our source code which uses these wrappers. Can I...
Hello, you can continie with a very simple web application : 1. create COM Object 2. load data file. 3. cleaup ( unload data or simply close and release object...
Hello David, seems to be a custom component defined HRESULT. Does used component documentation have some info about errors ? COM errors are signaled by...
I have created a program which is responsible for retrieving COM objects from either a remote or local computer. Currently it works fine when I am accessing a...
Hi All, I put "izmjnicom.dll" in syste32 directory. I have an signed applet which actually loads the dll by calling if (!com.inzoom.comjni.Dll.isLoaded()) { ...
Hi, I have purchased your product and thought I was on the current version as mine said 1.5 and your current version is still 1.5. Upon examining the readme...
Hello, ... Version number is counted by izmcomjni.dll for COM brigde and by izmcomjniax.dll for AcitveX Wrapper. Used schema is 1.5.1.XXXX where 1.5 major...
Hello, ... This problem is addressed to java class loader. Each applet will be served by own classloader instance. As far jacoZoom java classes are need native...
Hi, We use JDK 1.5 to build and AspectJ 1.6 to aspectize ourJava code, Jacozoom 1.5 to generate the JCWs for the IE DLLs (mshtml.dll, msxml.jar, shdocvw.dll)...
Hello, I am using JacoZoom trial version for evaluating it before purchase. I have compiled excel.jar using steps mentioned in tutorials We are developing a...