We are using JacoZoom to generate classes for our COM-DLL. After a long period of trial we found a leak in JacoZoom and hope that it can be fixed in future...
Hi, can you send me the typelibrary declaration as seen through oleview.exe - in IDL syntax - so I can understand better your concern. Stefan ... can ... was ...
Hi, here is an extract from the DLL: [ odl, uuid(CD393837-20B6-4CCF-9566-72C26D18DBBF), helpstring("IMCDObject Interface : The interface MCDObject is the ...
Hi, your IDL is not complete. You have IMCDNamedCollection declarec as base for IMCDResponses but where is IMCDNamedCollection? Stefan ... objects of ... ...
Hi, the structure is quite complex, so I didn't copy everything. Here are 2 more interfaces that inherit from IMCDObject, that is, IMCDNamedCollection and...
Hi, I am trying to use ADSI, on a NT4 domain, to get users and groups of a domain. In Visual Basic, this looks quite simple: Dim TheDomain As IADsDomain ...
Hi again, The problem is, that the function "setFilter" doesn't work. The program reads just all domain objects, which takes quite a long time. I have also...
Hi again, It seems that the statement: domainMembers.setFilter( new Variant( "Group")); doesn't work. The program gets always *ALL* domain objects. I have...
Hi, I think you need to build a Variant containing a SafeArray of Variants, where the Variants contain Strings: new Variant(new SafeArray(new Variant[]{new...
Hi Stefan, Thank's a lot, this one worked! Just wondering, is there some online documentation available, where I can find out what type is created by an VB...
Hello Heinz ... I think vartype is the function your need. For your case vartype(Array("Name")) returns 8204, this mean vbArray (8192) + vbVariant(12) ... ...
Hi Stephan, is there a possibility to recieve all file-endings of an application (e.g.: Word or Excel)? Maybe a method exists which returns a collection of the...
Hello: I just installed jdk 1.5 and tried to recompile my application. Got an error: "S3i2BusinessDB.java": cannot access javax.swing.JTree,bad class file:...
Hi guys ; I'm new to JacoZoom technology and i'm trying to write a program to convert a powerPoint slides into gif images. I'm getting errors when i run the...
Hi all; I'm still new to JacoZoom just to be warned. I'm writing a powerPoint viewer java appliation that i want to distribute and be able to get it run on all...
Hi, you must differentiate between ActiveX Control and COM Server. G3DKernel is a COM object. Instead of new JActiveX(G3DKernel.G3DKernel.1) use new...
Concerning Powerpoint / office. Generate the wrappers and write your program targeting the 97 version of Powerpoint/office. It will then run with newer office...
Hi, could it be that you generated wrappers for one version of ppt and ran the program against an earlier office version? Stefan ... ActiveXControl ... ...
Thanks a lot Zschocke for the hint about using office 97 as the base to support newer office versions. can u please describe me how to generate wrappers for ...
Hi, thanks for your quick response. You are correct I can use the G3DKernel directly as in new G3DKernel(). The method call now succeeds from the point of view...
Hi, we have tested izmado with jdk 1.5 and did't have problems. Do you use the latest version, the one with enums instead of enum? Anyway I sent you an...
Hi, it is important that you: 1. Implement your method in AxEventListener.init 2. Use STACaller.synch because only when you create the G3Kernel in the thread...
... Yes, I have run your msi file. Could you tell me what does it do? Ususally I have your dll's in jdk.../jre/bin, along with the license files. Your 1.5 ...
Hi, izmado2 is not in the MSI. jacoZoom.msi only contains jacoZoom files no jadoZoom files. The MSI files installs jacoZoom to Program files\infoZoom\jacoZoom....
HI!
One of our customers has random crashes while using our software and jacozoom to access a COM server.
Pretty much the same configuration is running well...
Thomas Börkel
tbo@...
Mar 11, 2005 6:52 am
2290
Hi guys; I just started using JacoZoom and i'm still not very familiar with it. I'm writing a java PowerPoint viewer Application using JacoZoom. Question for...