Hallo ... Sounds like a problem with using DirectX on Win2K. Swing and WMP are both using DirectX to draw and, in jacoZoom case, Swing will define the parent...
Hello, ... Please post exception stack, COM declaration of getActiveAccounts( may be viewed with OLE View Tool), generated JCW method. Regards Hermann...
Hi, I am integrating a third party COM application - Vitrea with our Java application. Integration is behaving very abnormally. What are the possibilities that...
Hello ... - COM Object not properly installed. - COM Object can't be used from MTA - JCW classes are created for another object version ... Reinstall component...
Hi, Thanks for the reply. Unfortunately using apartment threading model didn't solve the problem. Perhaps it does not suit my model, or I didn't call it in the...
Thanks for the help. I have tried created JCW classes from IDL(converted to type library using MIDL Visua lStudio VC++ tool). Request: Please find as an...
Hello, I've inherited a project that uses jacoZoom. On my development laptop, I'm getting the following exception when I attempt to instantiate the base COM...
Hello ... <SNIP> ... Try to call useApartmentThreadingModel() method directly after runRoyalityFree() or, if you evaluate , at program start in the main ...
... As far a java application may be multithreaded(typically GC will run on its own thread) jacoZoom does initialize java threads as MTA (!) Please consult...
Hello ... The exception with code 0x80080005 means CO_E_SERVER_EXEC_FAILURE, also the COM component is a server and it is crushed on the initialization. ... ...
... Thanks for the quick response. I'm new to COM and am not sure how to determine if a component is properly installed and registered. I took a look in...
... Well Hermann, My error turned out not to be from jacoZoom. I'm using jacoZoom inside of a webapp. On my development laptop I'm running this app inside of ...
Hello. I'm trying to integrate a MapPointControl into my application; this seems to succeed, but the control is not "alive". I can interact with it by calling...
Hi, As I said, I cannot use that call before line 5. If I call useApartmentThreadingModel() anywhere in my application, but before line 1, I get the exception:...
Hello ... This is a environment problem the native dll couldn't be loaded. Please make sure izmjnicom.dll can be loaded by classloader and the exception will...
... Yes, I tried this and it works, but how do you interact with it, then? I tried com.inzoom.comjni.IUnknown pUnk=oledoc.getDocument(); but it returns null. ...
Hello, ... As mentioned on getDocument() method documentation this will return null before addNotify() method from Swing framework is notified. Please wait for...
... Thank you very much for your help!!! Now I'm quite ahead on my way: maps works, I can add pushpins, move it to the desired location, etc... I've just got a...
Hi, I couldn't get WMP to work correctly win Win 2K, so I'm are trying another video ActiveX control. (We had some other issues this WMP itself and had...
Hello, ... Do you see this race condition before oder after the AxEvent.init() called ? This may be problem with Document server(Map Point) or Document ...
Hello, ... ActiveX and JActiveX are both heavyweight(!) components. Both using the same ATL based ActiveX container implementation. Differences between ActiveX...
Hi, Sorry, but I'm able to figure out myself the changes. I looked at your sample JWeb and compare it with JWebSta, and I changed my init(AxEvent arg0) method...
Hermann, Thanks for your help so far. We've verified that the video speed problem is actually an issue with the leadtools component, so I don't need any more...
... Hmm, I really can't tell. Sorry. How can I find the answer? ... to ... Here it is. Please see the commented part and try with and without it. public class...
Hello Dan, ... May be scheduling the activeXControl.revalidate() call to time after the source was loaded(mediaPlayer.setSourcefile) will help. HTH Hermann...