On Thu Jul 6 22:55:31 2023 +0000, Fabian Maurer wrote:
> I could have sworn `windows.devices.geolocation.geolocator.dll` exists,
> but on my Win10 it doesn't. How does one check which DLL the code
> resides in?
It's in the registry under `HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsRuntime\ActivatableClassId`. It lists the classes there and if you click one there's a `DllPath` string that contains the housing dll.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3189#note_38262
On Thu Jul 6 22:14:53 2023 +0000, Mohamad Al-Jaf wrote:
> Isn't this supposed to be in `geolocation.dll`?
I could have sworn `windows.devices.geolocation.geolocator.dll` exists, but on my Win10 it doesn't. How does one check which DLL the code resides in?
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3189#note_38261
Mohamad Al-Jaf (@maljaf) commented about dlls/windows.devices.geolocation.geolocator/Makefile.in:
> +MODULE = windows.devices.geolocation.geolocator.dll
Isn't this supposed to be in `geolocation.dll`?
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3189#note_38255