hiitiger / goverlay

DirectX hook and game overlay solution for Electron, Qt and CEF, just like discord/steam game overlay,inject any app to overlay in your game
Other
783 stars 108 forks source link

corelib does not build on VS2022 #120

Closed AnAkkk closed 7 months ago

AnAkkk commented 7 months ago

https://github.com/hiitiger/sln/tree/main/deps/src/corelib This does not build on VS2022 due to usage of std::experimental::filesystem + a few other errors. Would it be possible to also have a visual studio to build it rather than Qt's .pro file?