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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1637 - 1666 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1637
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...
kroete42
Offline Send Email
Mar 1, 2004
10:44 am
1638
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,...
kroete42
Offline Send Email
Mar 1, 2004
10:47 am
1639
That's right, thank you for the help. Michael. ... it is ... a ... get...
kroete42
Offline Send Email
Mar 1, 2004
10:48 am
1640
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...
tjbrownnh
Offline Send Email
Mar 1, 2004
2:08 pm
1641
Hello Tracy, per default jacoZoom does initialize COM libraries with a MTA( multithreaded apartement) flag. A requirement for ActiveX Control hosting is a STA...
Hermann Scheibe
h_scheibe
Offline Send Email
Mar 1, 2004
4:13 pm
1642
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...
szschocke
Offline Send Email
Mar 2, 2004
3:52 pm
1643
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...
szschocke
Offline Send Email
Mar 2, 2004
4:12 pm
1644
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,...
szschocke
Offline Send Email
Mar 2, 2004
4:18 pm
1645
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...
szschocke
Offline Send Email
Mar 2, 2004
4:28 pm
1646
Ah, that's interesting, could you send me a link for that example? Thank you Michael ... this ... a ... interface...
kroete42
Offline Send Email
Mar 3, 2004
12:44 pm
1647
Hi, the sample index at MSDN contains VB samples which make use of ADO: http://msdn.microsoft.com/library/default.asp?url=/library/en- ...
szschocke
Offline Send Email
Mar 3, 2004
2:47 pm
1648
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 ... ...
szschocke
Offline Send Email
Mar 3, 2004
2:49 pm
1649
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...
abogom
Offline Send Email
Mar 3, 2004
4:01 pm
1650
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...
kroete42
Offline Send Email
Mar 4, 2004
9:00 am
1651
Hi, I didn´t find a FileTime conversion method (like FileTimeToSystemTime). Do you schedule to release a helper method for this conversion? regards, Uli...
vwbusuli
Offline Send Email
Mar 4, 2004
9:20 am
1652
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...
tejaslagad
Offline Send Email
Mar 5, 2004
5:38 am
1653
Hi, COMAddIn is the interface, COMAddInJCW is the implementing wrapper class, which has the getCOMAddInFromUnknown method. Check for it in the sub-folder jcw. ...
szschocke
Offline Send Email
Mar 5, 2004
8:00 am
1654
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. ...
DavidGhous
Offline Send Email
Mar 5, 2004
3:46 pm
1655
Hi, I have updated my outlook sample to show creating an appointment. You can find in the files section under stefan/samples Stefan...
szschocke
Offline Send Email
Mar 5, 2004
4:51 pm
1656
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...
szschocke
Offline Send Email
Mar 5, 2004
4:53 pm
1657
Hi, yes we could do it. But where do you get the FILETIME from? Is it a return value from a jacoZoom generated COM wrapper method? Stefan ... for...
szschocke
Offline Send Email
Mar 5, 2004
4:57 pm
1658
Hi, if you want to use the lic-file you need to add the IzmRoyaltyFree=<reg.key> to the connection-url. Stefan ... ran ... files, ... machines...
szschocke
Offline Send Email
Mar 5, 2004
6:33 pm
1659
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...
gary_mangum
Offline Send Email
Mar 5, 2004
11:11 pm
1660
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 ...
DavidGhous
Offline Send Email
Mar 6, 2004
1:12 pm
1661
I overlooked that fact. Thanks a ton, Stefan. Works great! -Tejas ... <S.Zschocke@i...> ... you ... null); //This...
tejaslagad
Offline Send Email
Mar 8, 2004
5:19 am
1662
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 ...
vwbusuli
Offline Send Email
Mar 8, 2004
8:09 am
1663
Hi, I was not aware of this. We will test it and see what we can do. Stefan ... outside...
szschocke
Offline Send Email
Mar 8, 2004
9:11 am
1664
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...
Carsten Schäfer
carstenschfer
Offline Send Email
Mar 8, 2004
10:04 am
1665
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 ... ...
szschocke
Offline Send Email
Mar 8, 2004
10:06 am
1666
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...
vwbusuli
Offline Send Email
Mar 8, 2004
2:12 pm
Messages 1637 - 1666 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