C++ execution error: This application has requested the Runtime to terminate it in an unusual way.
- by user1846547
I am trying to run a C++ program and am getting the following error message when I try to run the program using - Codeblocks IDE and SQL API:
"This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Process returned 3 (0x3) execution time : 7.547 s
Press any key to continue."
The program compiles fine but on execution throws this error.
My current OS is Windows server 2003 - SP2 (32 bit).
Also program compiles and executes fine on Windows XP (32 bit) without any hassles.
I checked the services (services.msc) running on my XP machine and compared with Windows server 2003 and found the settings same.
Can someone please have a look and help me resolve the issue?
thanks,
Dhruv