hennep
Programmer
- Dec 10, 2000
- 429
I would like to see how a program was compiled, "Release" or "Full debug".
Is there a way to query this from within the executable?
Is there a way to query this from within the executable?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
... "version blabla"
#if defined(_DEBUG) // could also be #ifdef _DEBUG
" -Debug"
#endif
"\0";