Hi, starting from your sample I fixed it to work. You can download it at http://groups.yahoo.com/group/jacoZoom/files/stefan/samples/cortonavr ml.zip. The...
Hello, I've recently downloaded jadoZoom for evaluation purposes. I want to test its behaviour using the MS OLE DB Provider for Visual FoxPro 9. In the first...
Hi, if you use PreparedStatement.executeQuery, it works. The problem is: If you first call PreparedStatement.execute and then getResultSet, the execute call is...
Stefan, is there a way to call a dll (in my case an exe) without registering it? For example, by accessing, the file directly from the file system? Thanks, ...
hello, sorry for long response time. Yes, we can reproduce the prb on 1.5.0u6 and 1.5.6u9. I wrote a little jni library what simulates the event firing from a ...
hello, no probleme for reponse time, I did not want to appear impatient, I just wanted to be right on to have transmitted all the elements. Thank you for the...
Hi, in theory it is possible with native code. A COM Dll always exports a function DllGetClassObject, which is documented and which is used for creating COM...
Hi Stefan. Does using the STA thread mean that every interaction with the COM object needs to be done this way? We would like to store references to VRMLNodes...
Hi, you can store references to VRMLNodes. Only you have to manipulate them inside the STA thread. When you do it in response of an event from the ActiveX...
Hi, I encounter an Access denied exception while trying to make a call throughthe java-com bridge. Later, the programme crashes with the dump as below. Any...
Hi concerning the finalizer problem: call release on COM object- wrapper and Variants, when you are done with them, don't leave it to the gc. BTW, calling...
Hi, all I'm trying to use jadoZoom through Eclipse BIRT reporting framework. When designing a report in BIRT report designer, I can add a jadozoom datasource,...
Hi Stefan, Please find the stack trace for the Access Denied problem com.inzoom.comjni.ComJniException: code=com.inzoom.comjni.enums.HResult.E_ACCES SDENIED...
Hi, I have the following createJCW problem BCSCommunication is generated BCSCommunicationEvents is generated but in the generated BCSCommunication the are no...
Hi, We launch a VB 6 COM application using jacoZoom. At anytime the user can get access to the application and close it. I'd like to know in my Java app when...
Hi, Event handlers are generated only, when the typelibrary has coclass definitions with "[default,source]dispinterface .." definition. You can try "borrowing"...
Hi, this might indicate some security restriction of the WebBrowser control. Did you search the web for IWebBrowser2 and E_ACCESSDENIED. Stefan ... ...
What plans are there for JacoZoom and Microsoft Vista? Will JacoZoom work as it is or will there need to be a new version of JacoZoom for Vista? Mike...
I have been facing problems with mshtml.jar. The application crashes the jvm at certain points. The exceptions at such points are not caught and so, there is...
Hi, do you have a stack trace of the crash? Please try to make sure that you call release on every COM object wrapper you have been using. This includes...
Is there anyway to configure either the VB 6 app or jacozoom to always launch a new copy of the VB app when Java jacoZoom class is created? What we have is a...
hi, i tried to use you class... package test; import com.inzoom.comjni.ComJniException; import com.inzoom.comjni.Dll; import com.inzoom.comjni.IDispatch; ...
Hi, did you try to do exactly the same with a VB or VBA test? It could be a real security prb, in the sense that the COM server refuses to do what you want...
User Rights for the acc im trying to connect with are "administrator" host and client are both in a dmz, so i dont think its a firewall prob.. no i didnt try...