Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好吧,当我处理 WGC 问题时,由于 API 抛出 winrt::hresult_error,CreateForWindow 崩溃。但是由于项目仍然使用 C++ 11,我不能使用 winrt(是的,我的 WGC 是用 WRL 实现的)。到目前为止,我正在使用
try{} catch(...) {}
,但我无法得到 hresult 的详细内容。有什么办法可以解决吗?