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

Errors #3

Open
glibg10b opened this issue Jun 5, 2021 · 2 comments
Open

Errors #3

glibg10b opened this issue Jun 5, 2021 · 2 comments

Comments

@glibg10b
Copy link

glibg10b commented Jun 5, 2021

I'm using Visual Studio 2019. I cloned this repo and opened ddcccli.sln.

  1. The header files weren't included in the project. I had to add include/ to the includes in the project properties myself
  2. The project used a C++14 compiler by default. I changed it to the C++20 compiler.
  3. Now the only errors left are these:
    image

Got any idea how to fix this?

@eoware
Copy link

eoware commented Jul 19, 2021

I changed the handle map over to wstring and changed all the casts to wstring. My problem now is that it can't link to the windows API for the "PhysicalMonitorEnumerationAPI.h" includes.

@mwsealey
Copy link

you need to add dxva2.lib to your additional dependencies

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

3 participants