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 900 - 929 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
900
Hi, I have one doubt regarding a compilation error of the wrappers.... Imagine the following 2 type libraries: BaseObject.tlb ... interface intInterfaceHndl :...
cerqueira
liscerqjacozoom
Offline Send Email
Apr 1, 2003
12:33 pm
901
Hi, this is a case which is not handled correctly by the wrapper generator. To fix it manually just change the function name of one inteface/JCW pair, but...
szschocke
Offline Send Email
Apr 1, 2003
2:44 pm
902
Hi, but I don't understand very well... if I just change the function name in intDoc.java and intDocJCW.java, then I can't use the "original function" which...
cerqueira
liscerqjacozoom
Offline Send Email
Apr 1, 2003
3:00 pm
903
Hi, assume you have in COM interface IA : IDispatch { HRESULT [propget] Something([out, retval]BSTR* rv); }; inteface IB : IA { HRESULT...
szschocke
Offline Send Email
Apr 1, 2003
3:20 pm
904
Hi, I am also interested in this feature. Erwin Vervondel De Clercq Engineering ... registry ... DCOMCNFG.EXE ... an ... example ... similar ... jacoZoom. ... ...
evervondel
erwin.vervondel@...
Send Email
Apr 1, 2003
6:03 pm
905
Hi, I have an application doing some calls on a com object. Each call succeeds without problem. However as soon as the java application stops (with a...
Erwin Vervondel
erwin.vervondel@...
Send Email
Apr 1, 2003
6:13 pm
906
Hi, I would like just to be sure if I'm thinking well in the following case (which I believe the solution is the same you suggested for my email with subject...
cerqueira
liscerqjacozoom
Offline Send Email
Apr 2, 2003
8:41 am
907
Hi, this is correct. Stefan ... case ... email with ... generation"). ... ppvObject); ... ppvObject); ... interface ... copyTo() in ... return ... correct? ......
szschocke
Offline Send Email
Apr 2, 2003
9:40 am
908
Hi, I haven't heard about this problem before. Do you use an event handler for COM objects? Try calling System.gc() and sleep(1000) (sleep for the gc to ...
szschocke
Offline Send Email
Apr 2, 2003
9:44 am
909
We have already implemented this. You must call ComLib.cocreateInstanceEx and then attach the returned int to the interface, whose IID you have used in the ...
szschocke
Offline Send Email
Apr 2, 2003
10:21 am
910
Hi, we are using jacozoom to open an MSAccess database from our own java- application. Following code is used to launch a new instance of MSAccess: private...
ramanthefirst
Offline Send Email
Apr 2, 2003
12:11 pm
911
Hi, i want to call methods of a dll. I created the java wrapper code with createjcw. Everything is working. Now i deinstalled the dll and installed it to a new...
carstenschfer
Offline Send Email
Apr 2, 2003
4:55 pm
912
Hi, 1. You must register the DLL you want to use with regsvr32.exe 2. If it is a VB DLL than probably you have to create new wrappers, too, as VB gives new...
szschocke
Offline Send Email
Apr 2, 2003
5:30 pm
913
Hi, jcw.ms.Excel.Workbook doc = jcw.ms.Excel.Workbook.getWorkbookFromUnknown(m_wb.getDocument()); HTH, Stefan ... to...
szschocke
Offline Send Email
Apr 2, 2003
7:51 pm
914
... Very much so. Thank you. Alex...
Alexander Bogomolny
abogom
Offline Send Email
Apr 2, 2003
8:40 pm
915
I try the createjcw to create the wrapper java file for a .DLL file. Unfortunately, the createjcw create duplicate method in a .java file. And also there are...
icomer2000
Offline Send Email
Apr 3, 2003
8:59 am
916
Hi, sometimes there are unhandled name collisions because of the different naming schemes of COM and java. One possible cause is that there are similare method...
szschocke
Offline Send Email
Apr 3, 2003
10:01 am
917
Thanks. Are you sure if I manually rename either of the methods accordingly both methods will work properly with the DLL? What I get from the createjcw: in...
icomer2000
Offline Send Email
Apr 3, 2003
10:31 am
918
Hi, the method names are irrelevant to COM, vtblCall-methods are identified by their vtable offset, which ar the 48 and 428 in your case. The vtable offset is...
szschocke
Offline Send Email
Apr 3, 2003
2:35 pm
919
Stefan, hello: How are you progressing with the Word OLE project? Is the a beta version available yet? If not, a client of mine is willing to offer a...
abogom
Offline Send Email
Apr 3, 2003
3:49 pm
920
I just just plain call, no event handling. The System.gc() and sleep doesn't change the problem. Any clues ? ... reachable ... be ... the...
evervondel
erwin.vervondel@...
Send Email
Apr 3, 2003
6:52 pm
921
OK, I just didn't see this because it wasn't mentioned in the ComLib javadoc. ... returned ... <erwin.vervondel@p...> ... the ... using ... quality ... -...
evervondel
erwin.vervondel@...
Send Email
Apr 3, 2003
6:54 pm
922
Hi everybody, I realize my question was not completely in its place here. But I was desperate. Nevertheless, after a couple of days of trial and error I think...
ramanthefirst
Offline Send Email
Apr 4, 2003
11:32 am
923
Hello, We were using Jacozoom library to wrap an ocx. I use a batch file whose contents look as follows C:\JBuilder4\jre\bin\java -cp "D:\jacozoom2 ...
rama_krishna_arugollu
rama_krishna_arugollu...
Send Email
Apr 4, 2003
2:44 pm
924
Hi, i want to print html-pages with the InternetExplorer-Object. my special interest is to set the page setup programmatically (print settings like page...
carstenschfer
Offline Send Email
Apr 6, 2003
11:41 am
925
... Hi, you can call IWebBrowser2.execWB and you can modify the registry You can't hook the print dialogs. Stefan ... (print ... source) ... how ... Control...
szschocke
Offline Send Email
Apr 7, 2003
11:17 am
926
Hi, the batch file does nothing else than creating the wrapper? coould it be that the problem is the blank in the first classpath? Stefan ... hanging...
szschocke
Offline Send Email
Apr 7, 2003
6:24 pm
927
Hi Stefan, Thanks for your response. Yes, the batch file just creates wrapper. There is no blank in the batch file. I think that because of wrapping in the...
rama_krishna_arugollu
rama_krishna_arugollu...
Send Email
Apr 8, 2003
7:46 am
928
Hi, please send me your batch file. I will check it. Thx, Stefan ... wrapping ... that ... when ... sure ... classpath? ... file...
szschocke
Offline Send Email
Apr 8, 2003
10:39 am
929
Hey Everyone, I'm using jacozoom to wrap version 9.0 of Crystal Reports. This works awesome. I've got my app rendering crystal reports in a JPanel using the...
Todd Costella
Todd.Costella@...
Send Email
Apr 8, 2003
7:19 pm
Messages 900 - 929 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