Hey guys, does anybody of you know, how to connect to the IFilter interface from MS-Windows (text extraction from MS-Office files etc.) via jacoZoom? I've...
Hey Stefan, isn't it possible to integrate a basic mechanism into the code generation to provide a method for releasing all references to COM objects? I know,...
Stefan - We tested with the latest jacoZoom on several machines, and we still see a significant memory leak with both our imaging applet/ imaging OCX and with...
Hello Tracy, per default jacoZoom does initialize COM libraries with a MTA( multithreaded apartement) flag. A requirement for ActiveX Control hosting is a STA...
Hi, your problem is the XL5EN32.OLB. This typelibrary is only provided for backward-compatibility with Excel5 macros. Instead with Excel XP You must use...
Hi, I guess you refer to the IFilter of Indexing Service. I checked MSDN and didn't find Visual Basic samples, which use this interface. The VB-samples use ADO...
Hi, the only basic mechanism is the finalize, which is called by the gc. There is no other way. With C++ you have objects instances, for example on the stack,...
Hi, did you test Hermann's calendar control sample and could you verify that there is no leak with it any more? Please provide a calendar control test case and...
Sorry the link was wrong, here is the correct one: http://msdn.microsoft.com/library/default.asp?url=/library/en- us/indexsrv/html/ixintro_2rzn.asp Stefan ... ...
Hello: I have recently migrated to a new development machine. I have not ran c:\jdk1.2.2\bin\java -classpath d:\myjars\izmado.jar com.inzoom.adojni.Register...
Thank you. But how do I use the ADO? BTW: When using your ActiveDS example, the generation fails because of a missing stdole package (under Windows XP). Do you...
Hi, I didn´t find a FileTime conversion method (like FileTimeToSystemTime). Do you schedule to release a helper method for this conversion? regards, Uli...
Hello Stefan, I tried creating the wrapper using MSO.DLL (the MS Office 11 Object Library). The COMAddin class generated by jacozoom still doesn't support...
Hi, COMAddIn is the interface, COMAddInJCW is the implementing wrapper class, which has the getCOMAddInFromUnknown method. Check for it in the sub-folder jcw. ...
Hi, I am looking for a sample code that shows how to add or update an entry in an outlook calendar? The sample code I have seen so far deal only with emails. ...
Hi, I will check the ActiveDS sample, thanks for the info. Concerning ADO, you must wrap the DLL msado15.dll (search for it in \Program Files\Common...
I have an application that uses jacozoom to put an IE WebBrowser2 object inside of a java application. I have noticed that some IE dialogs do not work like...
Hi Stefan, In the MAPI sample you provided, you are importing two packages: import jcw.MAPI.*; import jcw.MAPI.jcw.*; Where are these packages located? Thanks ...
Thanks for reply, I think this could be a good extension especially for OPC- user of your COM- bridge because there are a few digits with the FILETIME ...
Is someone looking at this ? I think it must be possible to get key-events. I've looked at JNIWrapper, they have an JExplorer and there Accelerators are...
Hi, did you download my MAPI sample from the files section of this list? If you check the createw.bat you will find the DLL path I used. Stefan ... use ... ...
Hi, I get a not found error with the jniSetBytes method from NativeMemory. When I look in the NativeMemory.cpp (line 190) file I don´t find the method for a...