Josh Posted November 18, 2021 Posted November 18, 2021 You can enable an application console in code on Windows! #ifdef _WIN32 AllocConsole(); freopen("conin$", "r", stdin); freopen("conout$", "w", stdout); freopen("conout$", "w", stderr); printf("Debugging Window:\n"); #endif 1 Quote Let's build cool stuff and have fun.
reepblue Posted November 18, 2021 Posted November 18, 2021 That should be really helpful for tracking activity with release builds. Quote Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.