Hi,
I am trying to integrate (initiate calls) to a third party software application sitting on another box (BOX B) which only provides a set of function calls exported from its own dynamic link library (.dll). The vendor for the third party application sitting on another box I'm trying to integrate to doesn't want to do any development effort, other than to provide the .dll file. They provided interface examples for
VB, C/C++, and MicroFocus Cobol. However, these codes will only work if the it is sitting in the same box (BOX B) as that app.
On my part, the integration software (in BOX A) I'm using will be able to initiate to invoke DCOM objects. However, I'm completely at a lost as to how to create a DCOM object which is able to invoke the dll on BOX B. Can anyone advise and help me in this matter?
Regards,
KY