Hi all, We're currently evaluating a replacement for jdic which we've been using to embed IE in a java webstart based application. A question I haven't...
Hello ... [SNIP] ... Please consult mesage 2256 (http://tech.groups.yahoo.com/group/jacoZoom/message/2256) to find more about use jacoZoom with WebStart...
Thank you for your reply. I am still not sure how to do it. When I use the code: Variant[] table1 = new Variant[] {new Variant(1)}; IDispatch table =...
Hi, you can try to use the dispid 0 instead of "Item" as parameter. Or you can use the wrapper generator to generate dispatch wrappers for you (check "dispatch...
Hi, I have used jacoZoom once successfully some time ago but now I am trying to make an interface to a server with no success. The wrapper produces an object...
hi, you must use ComLib.coCreateInstance to create an object with a GUID. getActiveObject only returns existing COM object instances from EXE servers which...
Herman, Many thanks for your rapid reply :-) Yes, I have used the type library and I have a set of interfaces and objects which have a set of methods I would...
Hi Stefan ( and Herman ), Thanks again for the help. For the record this seems to work ( i.e. I tried a couple of getXxx methods which return sensible values...
Hi Stefan ( and Herman ), Thanks again for your help - I seem to have something working now - for the record here is the code: [spectrometer is declared only...
Hello Mike, ... The problem I have is creating an object. Firstly the ... all the COM Interface JCWs(Java Callable Wrapper) have protected constructors for...
Hello Herman, Thanks for that - but I'm still confused. The only public constructors I had were for Document and EventSink ( both have a no-args constructor...
Hello Mike, ... All CoClasses are instantiated by a parameterless constructor. This is by COM design. All the object will be created by COM API call. ...
Hello Hermann ( managed to spell your name correctly this time - sorry for that before ), Thankyou for your help ( and patience ;-) ) - that seems to imply...
I have a problem integrating an ActiveX with jacoZoom. I've generated the wrapper and also used the IE sample to have something to begin with. The problem is...
Hi, please post the exact exception including stack trace. Prbly the problem is that you must run regsvr32.exe for izmjnicomax.dll. The dll is registered...
I don't really have a crash only a message, i thin afxmessage because the ActiveX ask for its dll and doesn't find it. That's why I can't print you the stakck...
Hi, 1. can you post the exact message text? 2. does the IE sample work? Stefan ... because the ... print you ... because the ... Files/...etc Bur ... on. ... ...
hello.. I was not able to create a Java wrapper to access a COM Server (.EXE) with appropriate API to register/unregister event listeners. Am I doing something...
you coubld try the following: view the typelibrary with Oleview.exe, copy the generated IDL text and paste it in a file with extension idl. Then change the...
ok.. thank you so far! now I was able to create an instance of the jacoZoom-generated IXComEventHandlerImpl and to pass a listener as a constructor argument....
I'm sorry I didn't answer you earlier but I was out of the office, The IE sample works and the exact message text is: "File ipfdll.dll has not found" . But I...
what do I have to do to install the event handler properly? The manual says: "For each instance of this class a corresponding generic C++-implemented...
Hi, I can successfully control an ActiveX/COM automation server using the jacoZoom bridge but I am having problems releasing the resource at the end. I call...