We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
お世話になっております 新しい更新が入ったと思って最新をpullさせていただきましたが simple_mmd_viewer_dx11にて以下のエラーが出ております エラー C2275 'IDXGIDevice1': この型は演算子として使用できません simple_mmd_viewer_dx11 D:\prog\pmx\saba-master\example\simple_mmd_viewer_dx11.cpp 1397
どうやらstructとして判別しているらしく->が使い得ないみたいです hr = m_device->QueryInterface(&dxgi); Cmakeでは前回と同様にVs2015と2017を使っていますが両バージョンにて同様のエラーで出ております なにか設定するものはありますでしょうか? ご教授お願いいたします
The text was updated successfully, but these errors were encountered:
#9 Fix QueryInterface error.
13d8608
報告ありがとうございます。
Unknwnbase.h が読み込まれなくなったのが原因かと思います。 ComPtr::CopyTo に置き換えました。
Sorry, something went wrong.
No branches or pull requests
お世話になっております
新しい更新が入ったと思って最新をpullさせていただきましたが
simple_mmd_viewer_dx11にて以下のエラーが出ております
エラー C2275 'IDXGIDevice1': この型は演算子として使用できません simple_mmd_viewer_dx11 D:\prog\pmx\saba-master\example\simple_mmd_viewer_dx11.cpp 1397
どうやらstructとして判別しているらしく->が使い得ないみたいです
hr = m_device->QueryInterface(&dxgi);
Cmakeでは前回と同様にVs2015と2017を使っていますが両バージョンにて同様のエラーで出ております
なにか設定するものはありますでしょうか?
ご教授お願いいたします
The text was updated successfully, but these errors were encountered: