Page Number: Página 1 de 1
Actual Results
- cheezies
- Foro: Programming / Scripting / Coding Forum
- Tema: visual c++ 6.0 - disable debugging message?
- Subject: visual c++ 6.0 - disable debugging message?
- Respuestas: 2
- Vistas: 2846
Posted: Octubre 21st, 2003, 11:24 am
i found out how to do it
for those of you who are still wondering, just click on tools menu, click options, click on the debug tab and uncheck "just in time debugging"
for those of you who are still wondering, just click on tools menu, click options, click on the debug tab and uncheck "just in time debugging"
- cheezies
- Foro: Programming / Scripting / Coding Forum
- Tema: visual c++ 6.0 - disable debugging message?
- Subject: visual c++ 6.0 - disable debugging message?
- Respuestas: 2
- Vistas: 2846
Posted: Octubre 18th, 2003, 10:27 pm
i'm running microsoft visual c++ 6.0 and every time an application crashes, for example, internet explorer, it asks me if i want to debug! can this be disabled? thanks!
- cheezies
- Foro: General Discussion
- Tema: INTRODUCE YOURSELF 2002-2003
- Subject: INTRODUCE YOURSELF 2002-2003
- Respuestas: 592
- Vistas: 21953
- Subject: INTRODUCE YOURSELF 2002-2003
Posted: Octubre 18th, 2003, 10:20 pm
#include "iostream" using namespace std; void printstuff() { cout << "Greetings OZZU! \n"; cout << "Age: 20 \n"; cout << "Location: Vancouver, Canada \n"; cout << "Likes: UT2K3, coding, quality audio, modding, overlocking \n"; }; void main() { printstuff(); }
