Nikola Antonić
Nikola Antonić
**Describe the bug** I'm not able to install ```@quasar/qmediaplayer@next```. After installing it and running project, I'm getting following error: ```App • ⚠ Extension(@quasar/qmediaplayer): Dependency not found - @quasar/app. Please install...
I need those winapi functions for backporting XTimeUtils from Kodi. Source code of that file can be found [here](https://github.com/xbmc/xbmc/blob/master/xbmc/platform/win32/XTimeUtils.cpp). - [X] FileTimeToLocalFileTime [51dfb91](https://github.com/XboxDev/nxdk/commit/51dfb91a5f10d3ec7f1aeeefd42a8514d15cd102) - [X] SystemTimeToFileTime [1a03478](https://github.com/XboxDev/nxdk/pull/747/commits/1a03478a473e99b36451898a0e609beeeb5860c0) - [X] CompareFileTime...
I need those function for backport of CharsetConverter from Kodi. Source code of that file is [here](https://github.com/xbmc/xbmc/blob/master/xbmc/platform/win32/CharsetConverter.cpp). I also need `vswprintf` for wchar variant of StringUtils::Format(...). Look [here](https://github.com/xbmc/xbmc/blob/Nexus/xbmc/utils/StringUtils.cpp#L300) - [...