Hi, I have one doubt regarding a compilation error of the wrappers.... Imagine the following 2 type libraries: BaseObject.tlb ... interface intInterfaceHndl :...
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...
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...
Hi, I am also interested in this feature. Erwin Vervondel De Clercq Engineering ... registry ... DCOMCNFG.EXE ... an ... example ... similar ... jacoZoom. ... ...
evervondel
erwin.vervondel@...
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@...
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...
Hi, this is correct. Stefan ... case ... email with ... generation"). ... ppvObject); ... ppvObject); ... interface ... copyTo() in ... return ... correct? ......
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 ...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...
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@...
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@...
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...
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...
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...
... Hi, you can call IWebBrowser2.execWB and you can modify the registry You can't hook the print dialogs. Stefan ... (print ... source) ... how ... Control...
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...
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...
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...
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...