Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows desktop devices.
2,523 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Can I use "windows.devices.geolocation" in a c++ win32 application with vs2017?
If I can, How to use "Windows.Devices.Geolocation" API in a c++Win32 Desktop application in Windows 10?
Do you have any steps about this?
thank you
With VS 2022, it is simple with the way I had posted at : Is there a way for common app(CompileAsWinRT is not enabled, just like win32 application) use winrt lib/dll ?
You can also see : Calling Windows 10 APIs From a Desktop Application