User Activity

  • Posted a comment on discussion Open Discussion on j-Interop : Java - COM Interoperability

    Hi, I have a problem using SAFEARRAY(BSTR). The IDL definition is the following : HRESULT TestMethod(SAFEARRAY(BSTR) param1, SAFEARRAY(BSTR) param2, [out] BSTR *param3) My Java implementation is as follow : JICallBuilder callObject = new JICallBuilder(!comObj.isDispatchSupported()); callIbject.reInit(); callObject.setOpnum(0); // 1st method of the Interface JIArray param1 = new JIArray(new JIString[]{new JIString("param1")}); JIArray param2 = new JIArray(new JIString[] {new JIString("param2")});...

View All

Personal Data

Username:
jlblondy
Joined:
2021-04-12 16:18:39

Projects

  • No projects to display.

Personal Tools