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
fnaf   2025-11-25 23:15
Five nights at freddy's is a survival horror game featuring point-and-click tactics, developed by Scott Cawthon. It is renowned for its suspenseful ambiance, sudden fright tactics, and a gradually revealing narrative replete with haunting animatronics and a malevolent history.
luczz   2025-12-12 02:05
If you’re seeing the message “Can’t run code or even samples”, it usually means the development environment or dependencies are not set up correctly.android course in kerala This issue often occurs when SDKs, compilers, or permissions are missing or misconfigured. Reinstalling the required tools, checking system paths, and ensuring proper permissions typically resolves the problem. Share your platform or error details, and I can guide you step-by-step.
Forums -> UltraMon™ SDK -> Can't run code or even samples

Post Reply