Here are the log and java files: http://personal.ie.cuhk.edu.hk/~kfwong3/hs_err_pid2516.log http://personal.ie.cuhk.edu.hk/~kfwong3/JWebSTA2.java Thx~ Marek...
Hi, can you also post the html page where you successfully embed the control? Does it use javascript for the events? Stefan ... file. ... there's ... mode, ......
yes, it uses the javascript and the codes are here: http://personal.ie.cuhk.edu.hk/~kfwong3/code.txt but i hv modified the html with only the object and parma...
Couldnt download. Can you post the working html zipped (with and without the event), so I can compare with your java code? Stefan ... the ... <S.Zschocke@> ......
pls download it here: http://personal.ie.cuhk.edu.hk/~kfwong3/ipc.zip "\IP Camera_files\parentmain_files\main.htm" contains the active x calling codes and what...
Hi, in the html code you don't call connect either. I compared the params of the html with the setters of the java client and not all of them do match Stefan ...
That made me confused ... I'm interested to know wt kind of behaviour ie is doing when it acting as a container to handle activex compared with the one of...
Hi, I am trying to find an example of how to set POST data in the navigate method. I have looked through the web examples provided but I think the problem I...
Herman, I posted a zipped Netbean project that I used to test Jacozoom. This project doesn't work for me. The file is called TestOle.zip Thanks. ... ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the jacoZoom group. File : /TestOle.zip ...
jacoZoom@yahoogroups....
May 7, 2006 5:36 pm
3320
Hi, I just tested IzmJetCompactDB and it worked without problems. The URL I used is: "jdbc:izmado:Provider=Microsoft.Jet.OLEDB.4.0;Data ...
Hi, I found a C++ sample which you can port to java with jacoZoom: http://support.microsoft.com/kb/815722/en-us In COM there are interfaces and coclasses. ...
... Hello David, ... What for a kind of problems do you have ? The com.inzoom.comjni.enums.HResult.CO_E_OBJNOTCONNECTED exception posted prior can be ignored...
Hello Hermann, I tried the code you posted in the email. Here's what I get. init: deps-jar: Compiling 1 source file to C:\Documents and Settings\David N. ...
Hello! I'm trying to retrieve a byref SafeArray: byteArray = new byte[256]; responseSafeArray = new SafeArray(byteArray); short[] lengthArray = new short[] {...
The JacoZoom created a wrapper for this DLL I'm using that returns IDispatch as a value instead of type "Profile" in this case. How do I convert the value...
Hi, if there is a COM interface Profile, then there is a java wrapper interface Profile and implementing class ProfileJCW in the sub-package jcw. To obtain a...
Thx for your reply Stefan! Here you go: com.inzoom.comjni.ComJniException: Can't copy Variant. no memory allocated for byref content in jniVCopy code=6011...
Can you mail me the wrapper code, too of ICombridgeJCW. I need to know where in the wrapper is line 25. You don't have anything about the COM method you are...
....then it looks like it's working.. :o) Thx! I thougth I tried that yesterday, but obviously not. Thx for your time Stefan. Now I have to figure out how to...
Or maybe not.. iPOS_recv takes a VARIANT pointer.. and with new Variant (responseSafeArray, false) I think the response is never copied to the response...
Hi, not the Safearray is passed byref but the Variant. Generally it should be like that: You pass a pointer to a variant, and at this address the Variant is ...