Hello Scott, ... The code is a HRESULT declared in the IzmComJniAx.Dll as Custom_Errors_IAxCtlServer enum member [helpstring("Failed to create the host...
Hello Chris, hello Scott, ... The KB article is target to Windows XP Professional and your prb is reported for Windows XP Tabled Edition. This can be related...
I am wondering whether jacozoom supports creating an object through automation on a remote machine. In VB, you can pass the machine name in the createObject...
Hi, yes you must use the com.inzoom.comjni.ComLib.cocreateInstanceEx method. Stefan ... through automation on a remote machine. ... we do this with JacoZoom?...
We have an COM based MFC application that will be installed on multiple machines. The Java side that uses jacoZoom, will be connecting to the already running...
I have a TLB, and I used jacozoom to create the wrapper classes. It seems the Event interface are generated. But the add/remove listener methods are not....
Hi, yes this is correct. Just add the default-attribute to the source-attribute, recompile the COM Server and regenerate the wrappers. No other changes in the...
Still wondering about this. Do we have to run the command line utility to create the wrappers on each box the COM application is loaded onto, or is there a way...
You only have to generate the wrapper once, and then can use them on all machines. But you have to register the COM object, which you are using on all...
Do you mean, they can just edit the odl file (manually change that line to : [default, source] dispinterface IScenarioEventNotify and then recompile the COM...
I am trying to launch Visio. I have .NET Addin written in C# that is supposed to load on startup. However, it gives me following error when I try to launch...
Hi, if the event works with VBA, then the connection-point part is already implemented, and you don't need to change anything in the C++ source code. Just try...
Hi, what happens when manually starting Visio on this same machine? Start oleview.exe and look under the "Type Libraries"-folder, whether Visio and your Add-In...
I wrote a small program in VB, and it is able to receive the events. That makes me think they do have the connection-point established. I got the ODL file from...
Hi, what does the original typelibrary look like when opened with oleview.exe? Stefan ... events. ... IScenarioEventNotify; ... the ... have ... the ... the ...
I will send you the original TLB. Ling ... <lingfeng1203@y...> ... established. ... original ... class. ... as ... change ... is ... <S.Zschocke@i...> ... ...
Hi, the problem is, that the source interface is not a dispinterface but a custom interface. jacoZoom only supports events from dispinterface. Either change...
We have a running COM enabled exe that we connect to like this: com.inzoom.comjni.IUnknown unk = com.inzoom.comjni.ComLib.getActiveObject(TestApp.ClassID); ...
Here is some additional information that may be of use. Also note that TestApp and com.company.product.subproduct are obviously not the real names. I just...
I just noticed that our ITestAppEvents does not extend com.inzoom.comjni.IDispatch. If I understand the requirements right, for jacoZoom to work with an MFC...
Hi, I would like to work with the Crystal Reports RDC COM object (version 8.0) from Java. Currently, I use a self-written JNI wrapper and everything works...
Hi, how do you set the parameter value with JNI? Do you have code samples, of your JNI-based program and the jacoZoom- based, in order to see what the...