-
Notifications
You must be signed in to change notification settings - Fork 156
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
'PW_RENDERFULLCONTENT': undeclared identifier in file GDIFrameProcessor.cpp #163
Comments
I dont run win7. I remember that win7 should be super easy. I accept PR's! |
I checked the last one. The library is built and available from the Example_CPP example, https://github.com/smasherprog/screen_capture_lite/blob/master/src_cpp/windows/ThreadRunner.cpp#L87 #if defined _DEBUG || !defined NDEBUG https://github.com/smasherprog/screen_capture_lite/blob/master/src_cpp/windows/ThreadRunner.cpp#L92 #if defined _DEBUG || !defined NDEBUG I never use CMAKE.exe, but I always read CMakeLists.txt, so for staticLib:
change for sharedDLL:
|
hi there,
I try to build screen_capture_lite with Windows 7 support but PW_RENDERFULLCONTENT require WINVER set to 0x0603 (Win 8.1)
Is there any option/switch to compile with Windows 7 support?
I'm using VS 2019 and Windows 10 SDK
Thank you.
The text was updated successfully, but these errors were encountered: