microsoft / DirectX-Graphics-Samples

This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows.
MIT License
6k stars 2.02k forks source link

Memory Management Sample - ID2D1Factory::GetDesktopDpi Deprecated #820

Open omd24 opened 1 year ago

omd24 commented 1 year ago

Compilation error in Memory Management Sample

error C4996: 'ID2D1Factory::GetDesktopDpi': Deprecated. Use DisplayInformation::LogicalDpi for Windows Store Apps or GetDpiForWindow for desktop apps.

I know the error message is explicitly saying how to resolve the issue but just wanted to notify you guys. Cheers.