Hi,
I have an VB application that calls MTS methods (written with VC++).
Now I have to migrate the clients from VB to HTML, but the calls to the MTS components don't work, the out parameters always return indefined.
An practical example:
VC++ method:
HRESULT getName(/*[in]*/long cust_id...