You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because, for some reason, applications that use (w)WinMain as their entry point don't have std::(w)cout and std::(w)cerr point to the command prompt (or similar) that they're launched from.
Current workaround is to use MessageBox for everything (which works, because it's a Windows app, but is not ideal)
The text was updated successfully, but these errors were encountered:
This is because, for some reason, applications that use (w)WinMain as their entry point don't have std::(w)cout and std::(w)cerr point to the command prompt (or similar) that they're launched from.
Current workaround is to use MessageBox for everything (which works, because it's a Windows app, but is not ideal)
The text was updated successfully, but these errors were encountered: