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 1876 - 1905 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1876
Hi, I was just wondering if anyone has had any success using JacoZoom on machines running Windows 98 or Windows XP Tablet Edition? Thank. Scott...
scootr6262
Offline Send Email
Jul 2, 2004
12:02 pm
1877
Hello, When trying to run my program on a machine running Windows XP Tablet Edition, I get the following error: com.inzoom.comjni.ComJniException:...
scootr6262
Offline Send Email
Jul 2, 2004
1:44 pm
1878
Hi, please be more specific. What are you trying to achieve? What is your stack trace? Code snippet? Stefan ... Tablet ... this...
szschocke
Offline Send Email
Jul 2, 2004
3:31 pm
1879
Hi, here is the stack trace: com.inzoom.comjni.ComJniException: code=0x800403ea Type=com.inzoom.comjni.ComJniException.eComError at...
scootr6262
Offline Send Email
Jul 2, 2004
5:08 pm
1880
Hello Scott, ... The code is a HRESULT declared in the IzmComJniAx.Dll as Custom_Errors_IAxCtlServer enum member [helpstring("Failed to create the host...
Hermann Scheibe
h_scheibe
Offline Send Email
Jul 6, 2004
7:51 am
1881
I am working with Scott on this issue. I checked the registry and everything seems to be fine. I searched the web and found this: ...
cmetro2002
Offline Send Email
Jul 6, 2004
5:03 pm
1882
Hello Chris, hello Scott, ... The KB article is target to Windows XP Professional and your prb is reported for Windows XP Tabled Edition. This can be related...
Hermann Scheibe
h_scheibe
Offline Send Email
Jul 7, 2004
7:32 am
1883
I am wondering whether jacozoom supports creating an object through automation on a remote machine. In VB, you can pass the machine name in the createObject...
Ling Feng
lingfeng1203
Offline Send Email
Jul 8, 2004
2:30 am
1884
Hi, yes you must use the com.inzoom.comjni.ComLib.cocreateInstanceEx method. Stefan ... through automation on a remote machine. ... we do this with JacoZoom?...
szschocke
Offline Send Email
Jul 8, 2004
9:43 am
1885
We have an COM based MFC application that will be installed on multiple machines. The Java side that uses jacoZoom, will be connecting to the already running...
darrin_p_s
Offline Send Email
Jul 8, 2004
1:44 pm
1886
I have a TLB, and I used jacozoom to create the wrapper classes. It seems the Event interface are generated. But the add/remove listener methods are not....
lingfeng1203
Offline Send Email
Jul 8, 2004
9:07 pm
1887
Hi, yes this is correct. Just add the default-attribute to the source-attribute, recompile the COM Server and regenerate the wrappers. No other changes in the...
szschocke
Offline Send Email
Jul 9, 2004
8:34 am
1888
Still wondering about this. Do we have to run the command line utility to create the wrappers on each box the COM application is loaded onto, or is there a way...
darrin_p_s
Offline Send Email
Jul 9, 2004
12:35 pm
1889
You only have to generate the wrapper once, and then can use them on all machines. But you have to register the COM object, which you are using on all...
szschocke
Offline Send Email
Jul 9, 2004
1:36 pm
1890
Yes, they all get registered as part of the install process. Thanks for clearing this up. ... on ... are ... that ... multiple ... for...
darrin_p_s
Offline Send Email
Jul 9, 2004
1:45 pm
1891
Do you mean, they can just edit the odl file (manually change that line to : [default, source] dispinterface IScenarioEventNotify and then recompile the COM...
lingfeng1203
Offline Send Email
Jul 9, 2004
3:40 pm
1892
I am trying to launch Visio. I have .NET Addin written in C# that is supposed to load on startup. However, it gives me following error when I try to launch...
Girish Phansalkar
girish_phans...
Offline Send Email
Jul 9, 2004
3:55 pm
1893
Hi, if the event works with VBA, then the connection-point part is already implemented, and you don't need to change anything in the C++ source code. Just try...
szschocke
Offline Send Email
Jul 12, 2004
8:32 am
1894
Hi, what happens when manually starting Visio on this same machine? Start oleview.exe and look under the "Type Libraries"-folder, whether Visio and your Add-In...
szschocke
Offline Send Email
Jul 12, 2004
8:36 am
1895
I wrote a small program in VB, and it is able to receive the events. That makes me think they do have the connection-point established. I got the ODL file from...
lingfeng1203
Offline Send Email
Jul 13, 2004
10:04 pm
1896
Hi, what does the original typelibrary look like when opened with oleview.exe? Stefan ... events. ... IScenarioEventNotify; ... the ... have ... the ... the ...
szschocke
Offline Send Email
Jul 14, 2004
7:53 am
1897
I will send you the original TLB. Ling ... <lingfeng1203@y...> ... established. ... original ... class. ... as ... change ... is ... <S.Zschocke@i...> ... ...
lingfeng1203
Offline Send Email
Jul 14, 2004
2:43 pm
1898
Hi, the problem is, that the source interface is not a dispinterface but a custom interface. jacoZoom only supports events from dispinterface. Either change...
szschocke
Offline Send Email
Jul 15, 2004
8:57 am
1899
Hi, which parameter must be used for the Items.getItemsFromUnknown () method to get Items from Items_ ? Regards Pirol ... methods ... ()....
pirolaydin
Offline Send Email
Jul 15, 2004
3:26 pm
1900
We have a running COM enabled exe that we connect to like this: com.inzoom.comjni.IUnknown unk = com.inzoom.comjni.ComLib.getActiveObject(TestApp.ClassID); ...
darrin_p_s
Offline Send Email
Jul 15, 2004
8:43 pm
1901
Here is some additional information that may be of use. Also note that TestApp and com.company.product.subproduct are obviously not the real names. I just...
darrin_p_s
Offline Send Email
Jul 15, 2004
9:32 pm
1902
I just noticed that our ITestAppEvents does not extend com.inzoom.comjni.IDispatch. If I understand the requirements right, for jacoZoom to work with an MFC...
darrin_p_s
Offline Send Email
Jul 15, 2004
9:35 pm
1903
Hi, an object of type Items_. Items_ has IUnknown as base interface Stefan ... Items.getItemsFromUnknown ... an...
szschocke
Offline Send Email
Jul 16, 2004
8:42 am
1904
Hi, I would like to work with the Crystal Reports RDC COM object (version 8.0) from Java. Currently, I use a self-written JNI wrapper and everything works...
distributed_stuff@...
groenndemon
Online Now Send Email
Jul 16, 2004
8:49 am
1905
Hi, how do you set the parameter value with JNI? Do you have code samples, of your JNI-based program and the jacoZoom- based, in order to see what the...
szschocke
Offline Send Email
Jul 16, 2004
9:46 am
Messages 1876 - 1905 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