Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to disable Windows errors in C
Name: milis Date: September 15, 2004 at 05:33:38 Pacific OS: Windows CPU/Ram: 800 2GBRam
Comment:
I have the nasty error "The program has generated errors and will be closed by Windows" when the user closes my application. Does anybody know how to disable the error messages on the user's computer (how to edit the register from the program or a .bat file)? The application is written in Matlab, which translates it to C and then compiles. Maybe, there is a way to turn off the error message from C?
Name: wizard-fred Date: September 15, 2004 at 09:52:14 Pacific
Reply:
The proper method would be to fix your program. Your program obviously runs satisfactorily, but you may have some house keeping errors. If the errors are allowed to continue it may crash the system.
0
Response Number 2
Name: BlueRaja Date: September 15, 2004 at 13:41:16 Pacific
Reply:
"I have the nasty error "The program has generated errors and will be closed by Windows" when the user closes my application. Does anybody know how to disable the error messages on the user's computer (how to edit the register from the program or a .bat file)? " -LOL wow... What is the programming community coming to?
Summary: Hi, I don't know how to do the following because I don't know how to use the string array in C++. Please Help!!! Thanx! #include <iostream.h> #include <string.h> class pizza { private: char**...
Summary: hi siva, thanks for ur reply but i downloaded system.h & included it. but its showing error in that header file. i'll tell my problem statement in detail. i have installed netware 4.11 & thro' client...