Hello, I am trying to hook into the COM events to be notified of document changes. I have the following code: /*----Setup Microsoft Word----*/ // Create the...
Hello Jan ... Services. ... Typically a AV( Access Violation ) is present if a program call COM methods for deleted objects. The lifetime of the COM object is...
Hello Eric, ... Hm, you don't need to search for running Word instance in the Global running table. Simply use OLEDocument.getDocument() method to obtain ...
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()) { ...