Post Reply

Forums -> UltraMon™ SDK -> Can't run code or even samples
Ed   2018-10-05 11:09
On Win7 64 bit I have tried VS2010 and VS2013
The Sample projects all fail so I set up my own project. What happens is that when running the line

CoCreateInstance(CLSID_UltraMonSystem, 0, CLSCTX_ALL, IID_IUltraMonSystem2, reinterpret_cast<void**>(&pSys));

The pSys never gets filled and remain NULL consequently trying to use pSys to then get_Monitors will crash.

Any Suggestions

Ed
Christian Studer   2018-10-06 03:45
Sounds like UltraMon isn't installed, the SDK only contains documentation and samples, to get the COM objects you'll need to install UltraMon.

Christian Studer - www.realtimesoft.com
Forums -> UltraMon™ SDK -> Can't run code or even samples

Post Reply