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...
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...
hi, jacoZoom can used in context_server, his wrapper include __context_serverAdapter.java, this program code is in below package jcw.mitra_context_server; //...
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...
Hi, your Context_Server class should have some add...Listener method for adding an event listener. You extend the __context_serverAdapter class, override the...
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...
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@...
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@...
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...
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...
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 ... ...
hi, I have a COM object (helloserver.tlb) which returns 2 TypeInfos ComHelloServer returning Function HelloWorld as String, and IComHelloServer. The windows...
... 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...
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. ...
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...
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?...
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...
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...
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...
Hi, the IRecordInfo contains a getField method. Variant getField(int dta,String fieldName), the dta parameter is the one obtained from Variant.getRecord. Also,...
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...
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. ...
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@...
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...