Hi all,
I am trying to run a simple standalone c++ application which gives “Microsoft C++ exception: _com_error at memory location” The error is on line 29
// Create the initial connection class
IZOSAPI_ConnectionPtr TheConnection(__uuidof(ZOSAPI_Connection));
Does someone have an idea on what could be the issue?
I prefer to use C++ as I have to integrate other code with it.
Thank you.