Skip to content
New issue

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

simple_mmd_viewer_dx11でのエラー #9

Closed
sakya-suzuki opened this issue Apr 30, 2018 · 1 comment
Closed

simple_mmd_viewer_dx11でのエラー #9

sakya-suzuki opened this issue Apr 30, 2018 · 1 comment

Comments

@sakya-suzuki
Copy link

お世話になっております
新しい更新が入ったと思って最新を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を使っていますが両バージョンにて同様のエラーで出ております
なにか設定するものはありますでしょうか?
ご教授お願いいたします

benikabocha added a commit that referenced this issue Apr 30, 2018
@benikabocha
Copy link
Owner

報告ありがとうございます。

Unknwnbase.h が読み込まれなくなったのが原因かと思います。
ComPtr::CopyTo に置き換えました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants