Wednesday, February 10, 2010

How to rectify the error ” Source not compiled” in Dev C++

[tweetmeme source=HtNaMuS only_single=false]

[digg=http://digg.com/programming/How_to_rectify_the_error_Source_not_compiled_in_DevC]

Dev C++ is a compiler used to compile the programs in C++ ..After successfully installing this software and writing sum sort of program and once you compile and run it sum installations may get an error message of "Source not Compiled "....

Then u have to follow these steps to get this error rectified...

First of all
1) Go to "Tools > Compiler Options" in Dev C++. Click on the "Directories" tab and add the following to the binaries location:

C:\Dev-Cpp\libexec\gcc\mingw32\3.4.2

(2) Go to the "Programs" tab and add the following prefix to all the listings:

C:\Dev-Cpp\bin\

Note that you may have to replace the "Dev-Cpp" above in (1) and (2) with your Dev C++ installation folder if you did not accept the default options during installation.

http://www.pmohan.org/forums/

Let me know whether this works for u r not.....

leave a comment..........

No comments:

Post a Comment