Hi, I have added coInitializeSecurity to ComLib and have also enhanced the sample http://groups.yahoo.com/group/jacoZoom/files/stefan/samples/CCExTest. java to...
Hi, I have enhanced the sample to create a wmf-file as well. You can download it at http://groups.yahoo.com/group/jacoZoom/files/stefan/samples/WordToEMF ...
Hi, the default path of the izmjniado.dll is hardcoded to be at c:\program files\infozoom. But if the dll is in the path where java vm looks for dlls, then ...
Hi, the exception 8001010a is documented as "The message filter indicated that the application is busy". The number range 80010.. indicates that it is...
Hi Stefan, If it is not related to unreleased objects, then what do you think it could be? It only happens when there is a lot of processing going on (because...
Hi Stefan, I guess you are right. My app loops a lot (thousand times or so) and so I put a gc() call on each iteration and I still get this error message. So...
Hi, this HRESULT is documented as: "Security must be initialized before any interfaces are marshalled or unmarshalled. It cannot be changed once initialized." ...
If this exception is reproducable then you must try to reduce your program step by step until it doesn't happen anymore. Thus you might be able to locate the...
Stefan, I run excel visible. Is that a problem? Or is that what I should be doing? thanks for the tips. ... might ... error ... fix ... the ... gotten ... ...
Hi, for example when excel is in preview it refuses COM process calls. Possibly when Excel is working on the display it is busy and cant respond to COM calls. ...
Hi Stefan, I think I need to implement an IMessageFilter. Is there any way to do this with jacozoom? Explanation of "the message filter indicated the app is...
Hi, not directly. You can use JNI to do the native side of the interface, which then should forward the call to the java side. You could have a look at the...
Ok, I moved the code a bit. And it is working now. But I do have another problem. CoInitializeSecurity is called once per process. So if the user types in the...
Stefan, thanks. Yes, all my code is from the same single thread. (there is no multi- threading in my app). I think the article on MSDN is implying that Excel...
Hi, Stefan, I tried as you suggested. after I got the exception in CoInitializeSecurity, I called ComLib.coUnitialize(); and called ComLib.coInitializeEx(0);...
Hello: I began receiving a Java.exe - Application Error every time on exiting from my application. This happened after installing Windows XP Service Pack 2....
Hi, I'm using the method "execute" in the Find class. It's working fine with Word 2000 (9.0.3821 SR-1). With Word 2000 (9.0.6926 SP-3) (newer version), it...
I finally got it working. Before calling CoInitializeSecurity, I use a separate process to check the user name and password on the remote machine. If it is not...
Hi, this is a known word bug documented in Q292744 (search on MSDN). The work-around is to use late binding for the Find-object. In order to achieve this with...
... Stefan, hello: Far as I can see, the version I use is from August 2002. Was there any newer? I could not find anything in the File section. Thank you, Alex...
Hi, I have uploaded the latest jadoZoom to http://groups.yahoo.com/group/jacoZoom/files/stefan/izmado20.zip. Chances are good, that your prb goes away with it....
Hello, I have recently begun testing my application that wraps IE 6.0 using the JacoZoom release dated 05/14/04. It runs fine on Windows XP and 2000 systems,...
Hi, if you generate java-wrappers for your control you should find a method setlPKPath(...) of the interface for the control. You can also use late binding: ...