32 #pragma comment(lib, "runtimeobject.lib")
52 HRESULT hr = Windows::Foundation::Initialize(multi_threaded ? RO_INIT_MULTITHREADED : RO_INIT_SINGLETHREADED);
55 const std::string errorMessage{
"acrion::acrion::platform::com_initializer: Could not initialize COM"};
73 Windows::Foundation::Uninitialize();
A Cbeam-specific runtime error that also acts like std::runtime_error.
Definition runtime_error.hpp:46
#define CBEAM_LOG(s)
Logs a message using cbeam::logging::log_manager.
Definition log_manager.hpp:124