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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 3003 - 3032 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3003
hi, I've to port an application from windos to linux (SuSE SLES 9) using izmado.jar. Is the jdbc driver (and the dll) linux compatible? On trying to get a...
Marvin Robot
irreprehensi...
Offline Send Email
Jan 2, 2006
5:53 pm
3004
No, it is not for Linux. It uses JNI to call into izmjniado.dll, which itself uses ADO for database access. Stefan ... using izmado.jar. ... via...
Stefan Zschocke
szschocke
Offline Send Email
Jan 2, 2006
6:07 pm
3005
Hi, Given below is the Code snippet of my 2D-Safearray which I send as an input paramter of an idl Event . How do I access data from this array on the Java...
ashita_nair
Offline Send Email
Jan 3, 2006
2:23 pm
3006
hi, jacoZoom can used in context_server, his wrapper include __context_serverAdapter.java, this program code is in below package jcw.mitra_context_server; //...
¦n¨k«Ä
arrty2002
Offline Send Email
Jan 3, 2006
4:08 pm
3007
hi, I am a jacoZoom's user, I am use jacoZoom to control COM object(the COM which I used is Context_Server), my problem is below What is the way that COM to...
¦n¨k«Ä
arrty2002
Offline Send Email
Jan 3, 2006
4:28 pm
3008
Hi, your Context_Server class should have some add...Listener method for adding an event listener. You extend the __context_serverAdapter class, override the...
Stefan Zschocke
szschocke
Offline Send Email
Jan 3, 2006
6:38 pm
3009
hi, I am a user of jacoZoom, I am live in Taiwan, I use jacoZoom in my program, Then i wrap up my program in a jar file. Then i run the jar file in another...
¦n¨k«Ä
arrty2002
Offline Send Email
Jan 5, 2006
5:55 am
3010
Hello junta, I encountered the following exception when I attempted to read the passsed safearray. e: com.inzoom.comjni.ComJniException =...
Milind Wasaikar
wasaikar
Offline Send Email
Jan 5, 2006
6:51 am
3011
HI! After using a specific COM object lots of times, it crashes. I have tried to make a repro for the creator of that COM object using VC++, but with that it...
Thomas Börkel
tbo@...
Send Email
Jan 5, 2006
9:03 am
3012
Additional info: Before it crashes with JacoZoom, it shows message box saying "TLSDYN Error: InitThread failed". The COM object is written in Borland C++, so...
Thomas Börkel
tbo@...
Send Email
Jan 5, 2006
9:28 am
3013
Hi! Is the javadoc available for download in sync with the classes? We are currently running into problems with the AxCreator/IAxCreator classes...
phako78
Offline Send Email
Jan 5, 2006
10:12 am
3014
Hi, there are 2 possible differences. 1. The object creation is different. The C++ code starts with the progId and depending on the entries of the COM Server...
Stefan Zschocke
szschocke
Offline Send Email
Jan 5, 2006
11:08 am
3015
Can you post code snippets of your java and c++ code where you deal with this SafeArray? Stefan ... the passsed safearray. ... ...
Stefan Zschocke
szschocke
Offline Send Email
Jan 5, 2006
11:10 am
3016
Can you describe your problems? Stefan ... are...
Stefan Zschocke
szschocke
Offline Send Email
Jan 5, 2006
11:12 am
3017
Hi, please do a search on the 2nd computer for izmcomjni.jar. Certainly you have an older version of this jar somewhere on that computer. Stefan ... the ... ...
Stefan Zschocke
szschocke
Offline Send Email
Jan 5, 2006
11:36 am
3018
hi, I have a COM object (helloserver.tlb) which returns 2 TypeInfos ComHelloServer returning Function HelloWorld as String, and IComHelloServer. The windows...
Michael Vasilakopoulos
vasilakopoulos
Offline Send Email
Jan 5, 2006
11:52 am
3019
... The problem is that we experience missing events in an component when used in jboss. Since using STACaller.synch() fixed our missing events in an issue...
phako78
Offline Send Email
Jan 5, 2006
12:09 pm
3020
Hi, I assume you build your COM Server with ATL? Then you should not use the TLB file but instead the generated helloserver.dll for generating the wrappers. ...
Stefan Zschocke
szschocke
Offline Send Email
Jan 5, 2006
12:38 pm
3021
I was wondering how I can tell what version of Jacozoom I currently have, and whether or not there is a newer version then what I have. Can any of you help me...
odberks2000
Offline Send Email
Jan 5, 2006
3:27 pm
3022
Hi, check for the file dates. the latest izmcomjni.jar and izmjnicom.dll are from 2005-11-29. Stefan...
Stefan Zschocke
szschocke
Offline Send Email
Jan 5, 2006
3:40 pm
3023
Thanks Stefan ..... Wow, I am a little out of date, my .jar file reads 2003-12-9. How do I go about getting the the most recent version of Jacozoom?...
odberks2000
Offline Send Email
Jan 5, 2006
4:22 pm
3024
Hi, you can download it from http://www.infozoom.de/download/jacozoom.msi. Please delete the old izmjnicom.dll and izmcomjni.jar from your computer. Also you...
Stefan Zschocke
szschocke
Offline Send Email
Jan 5, 2006
4:37 pm
3025
Great thanks for your help Stefan .........
odberks2000
Offline Send Email
Jan 5, 2006
5:15 pm
3026
Hello junta, I hav following query; Any help will be welcomed. I want to read a record of user- defined type passed from COM to Java. From COM side, I set all...
Milind Wasaikar
wasaikar
Offline Send Email
Jan 9, 2006
9:49 am
3027
Hi, we have tested your case. If in the C++ program you add a call to CoFreeUnusedLibraries() before CoUninitialize, it behaves same as the java program: It...
Stefan Zschocke
szschocke
Offline Send Email
Jan 9, 2006
10:02 am
3028
Hi, the IRecordInfo contains a getField method. Variant getField(int dta,String fieldName), the dta parameter is the one obtained from Variant.getRecord. Also,...
Stefan Zschocke
szschocke
Offline Send Email
Jan 9, 2006
10:15 am
3029
Hello, Yet Another query.... I m passing a safeArray of type VT_RECORD setting all the necessary data from COM to JAVA. At the Java end I get the vt type as...
Milind Wasaikar
wasaikar
Offline Send Email
Jan 9, 2006
10:25 am
3030
Hello ... IMHO event problem is typicall for all the VB created COM components with events. This components are need a message pump to fire events correctly. ...
Hermann Scheibe
h_scheibe
Offline Send Email
Jan 9, 2006
11:22 am
3031
HI! Got it. Thanks a lot for your investigation of the problem. Best regards, Thomas ... Von: jacoZoom@yahoogroups.com [mailto:jacoZoom@yahoogroups.com] Im...
Thomas Börkel
tbo@...
Send Email
Jan 9, 2006
11:44 am
3032
Hi all, ATM I'm currently trying to create a java iterface to a COM dll. Coudld someone pleae direct me to suitable documentation, etc. My products for...
Tejinder Uppal
t_uppal
Offline Send Email
Jan 9, 2006
1:45 pm
Messages 3003 - 3032 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