WildCard65

Results 70 comments of WildCard65

Well program.cs sets a consolectrlhandler to handle something

It worked fine b4, I guess it's just a CI hiccup which is y the triggerappveyor.txt is present to force the CI to rebuild at our biddings. On Sat, Feb...

To allow for easier handling of bot's friends(like instead of doing Bot.SteamFriends.GetFriendPersonaName(), coder can do something like: Bot.GetFriendById().FriendName Edit: Also they can even check when friend was added, if friend...

Your Mingw triplet is bad potentially, CMAKE_SYSTEM_NAME ends up as 'MINGW' instead 'Windows'. The following system names are possible on Windows: CYGWIN - Only if using the Cygwin version of...

Source of the issue is: utils.checks.has_permissions ![image](https://github.com/user-attachments/assets/42ac79ae-f790-495d-b4e8-4b2404040572)

Any progress on this? One thing I noticed is CMake is converting Windows paths passed by Visual Studio Code to Unix paths relative to the source dir. This has result...

> Thanks for reporting this issue. Could you please help check it the below video described your issue? If not, please share us a demo project with clear repro steps...

Yes, that indeed looks like it, I believe its because that CMake executable expects a Unix file path while VSCode is providing a Windows file path.