Search the web
Sign In
New User? Sign Up
jacoZoom
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4091 - 4120 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4091
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...
colebatchd
Offline Send Email
Nov 1, 2007
10:34 am
4092
For a server application, do I require a separate license for my development and production server applications?...
igjuana76
Offline Send Email
Nov 1, 2007
2:53 pm
4093
I have noticed that the close() function takes approximately 5 seconds. Is this a known bug?...
igjuana76
Offline Send Email
Nov 1, 2007
2:54 pm
4094
... I'm referring to jadoZoom....
igjuana76
Offline Send Email
Nov 1, 2007
2:55 pm
4095
Hello ... [SNIP] ... Please consult mesage 2256 (http://tech.groups.yahoo.com/group/jacoZoom/message/2256) to find more about use jacoZoom with WebStart...
Hermann Scheibe
h_scheibe
Offline Send Email
Nov 2, 2007
7:30 am
4096
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 =...
paul_kent2
Offline Send Email
Nov 3, 2007
8:16 am
4097
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...
Stefan Zschocke
szschocke
Offline Send Email
Nov 3, 2007
9:55 am
4098
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...
Michael Watts
jacozoomuser
Offline Send Email
Nov 5, 2007
12:47 pm
4099
hi, you must use ComLib.coCreateInstance to create an object with a GUID. getActiveObject only returns existing COM object instances from EXE servers which...
Stefan Zschocke
szschocke
Offline Send Email
Nov 5, 2007
1:48 pm
4100
Hello Michael, The C++ sample sound like create a object instance and not connect a already created instance. Please try to use one of...
Hermann Scheibe
h_scheibe
Offline Send Email
Nov 5, 2007
1:48 pm
4101
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...
jacozoomuser
Offline Send Email
Nov 5, 2007
3:22 pm
4102
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...
jacozoomuser
Offline Send Email
Nov 5, 2007
4:34 pm
4103
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...
jacozoomuser
Offline Send Email
Nov 5, 2007
4:38 pm
4104
Hello Mike, ... The problem I have is creating an object. Firstly the ... all the COM Interface JCWs(Java Callable Wrapper) have protected constructors for...
Hermann Scheibe
h_scheibe
Offline Send Email
Nov 7, 2007
8:47 am
4105
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...
jacozoomuser
Offline Send Email
Nov 7, 2007
12:15 pm
4106
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. ...
Hermann Scheibe
h_scheibe
Offline Send Email
Nov 7, 2007
1:37 pm
4107
Hello Hermann ( managed to spell your name correctly this time - sorry for that before ), Thankyou for your help ( and patience ;-) ) - that seems to imply...
jacozoomuser
Offline Send Email
Nov 7, 2007
2:29 pm
4108
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...
dmm_soluziona
Offline Send Email
Nov 7, 2007
4:06 pm
4109
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...
Stefan Zschocke
szschocke
Offline Send Email
Nov 7, 2007
4:12 pm
4110
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...
Daniel Martínez M...
dmm_soluziona
Offline Send Email
Nov 7, 2007
5:12 pm
4111
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. ... ...
Stefan Zschocke
szschocke
Offline Send Email
Nov 7, 2007
5:16 pm
4112
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...
tygydym
Offline Send Email
Nov 9, 2007
1:27 pm
4113
some additional (maybe useful) information: COM IDL (names changed slightly) coclass XCom { [default] interface IXCom ; interface IDispatch; [default, source]...
tygydym
Offline Send Email
Nov 9, 2007
1:43 pm
4114
Hi, the default source intrerface isn't a dispinterface. This is the problem, why no add/remove listener methods are generated. Stefan...
Stefan Zschocke
szschocke
Offline Send Email
Nov 9, 2007
1:55 pm
4115
aha.. and that's also the reason why no .impl package is generated? What can I do to connect to this COM component, even though?...
tygydym
Offline Send Email
Nov 9, 2007
2:01 pm
4116
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...
Stefan Zschocke
szschocke
Offline Send Email
Nov 9, 2007
2:13 pm
4117
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....
tygydym
Offline Send Email
Nov 9, 2007
3:27 pm
4118
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...
Daniel Martínez Ma...
dmm_soluziona
Offline Send Email
Nov 12, 2007
8:02 am
4119
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...
tygydym
Offline Send Email
Nov 12, 2007
9:50 am
4120
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...
Michael Watts
jacozoomuser
Offline Send Email
Nov 12, 2007
10:59 am
Messages 4091 - 4120 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help