Skip to main content

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.

Hi all,

It seems I have corrupt graphics drivers that are causing this issue. The code works fine on other system.


Reply