C++ execution error: This application has requested the Runtime to terminate it in an unusual way.
        Posted  
        
            by 
                user1846547
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1846547
        
        
        
        Published on 2012-11-23T04:57:25Z
        Indexed on 
            2012/11/23
            4:59 UTC
        
        
        Read the original article
        Hit count: 213
        
c++
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
© Stack Overflow or respective owner