User Rights for the acc im trying to connect with are "administrator" host and client are both in a dmz, so i dont think its a firewall prob.. no i didnt try...
Hi, the CoSetProxyBlanket function is not included in the ComLib class. Could it be added like the coInitializeSecurity ? (If so please also extend the...
Hi, I'm developing na application which uses a COM object. I used to use EZ JCom, but I decided to give jacoZoom a try. I'm facing some problems with...
Hi, can you post the working c++ example? Have you tried my 2 suggestions? 1. try calling com.inzoom.ComLib.coInitializeEx(2); 2. try wit IDispatch wrappers...
Can you post the C++ code which does what you want to have done with jacoZoom? I will add the needed functions to ComLib. Concerning coInitializeSecurity it...
Hi, in your test you block the STAThread because you stay inside your run method. Thus it won't get a chance to pump messages. Instead, you should have this...
... I changed this and it's still not working... I cannot see the STA thread while debugging in Eclipse. Should I see it? Modified code below: public class...
Hi, this is strange. In your first post you mentioned, that when running a test without the STAThread stuff it works, but you got the events back in different...
... After I posted the previous message I restarted Eclipse and it "worked". The events were called. But It still seems a thread is created for each event. I...
At least all your events should be called on the STAThread. You can check this by calling com.inzoom.winkernel.WinKernel.getCurrentThreadId(); in the...
hi, i'm currently evaluating jacozoom and need to display office documents inside an eclipse (rcp) view. i tried it like this: ////////////////////////// ...
... Correct. I can see it's the same threadId. Is this thread terminated and run at each event? Eclipse may be playing with me... I posted a screeshot to the...
this is ugly but works: - embed excel in an OleControlSite to display it in an eclipse view - patch the package org.eclipse.swt.ole.win32 (it's available from...
No, the STAThread runs continously it doesn't terminate. I don't know about these threads you mentioned. But anyway all the events enter on the same single...
I don't know a better way for now. But we will check why JOLEDocument doesn't work with SWT. Did you try OLEDocument? The former is for use with swing, the...
I am actually trying to call functions on a citrix server which are provided by a com interface from citrix. As I said it works ok, when I use my own account...
Hi, I have uploaded an experimental update to your snejgewleh folder. Please test it and give feedback. Thanks, Stefan ... which are ... use ... function ... ...
Hi, thanks. I've downloaded your file removed the old one and installed the new one. I was actually expecting the CoSetProxyBlanket to be in the izmcomjni.jar...
hello.. I sit (for days now) in front of my PC monitor and .. argghh! My problem is: I have a OPC DLL (Siemens' sopcdaauto.dll) and a wrapper layer created by...
Did you try to use com.inzoom.axjni.STAThread? You have to create an instance of this class and keep it alive during your program. Then you do all calls to...
I already tried STAThread, too - but I did everything from within a single Runnable passed to that STAThread: adding listeners, calling appropriate methods....
Can you post a piece of code, which illustrates what you are doing? Do you have documentation or sample (in VB or C++) which shows how the asynchronous methods...
we are currently running your software and have run into an issue. To give some background we basically have a frameset that we are using for our application....