Page 1 of 1

[SOLVED] Dev-C++ problem with project files.

Posted: Tue Mar 02, 2010 7:43 pm
by Bullet Pulse
Whenever I try to compile a project in Dev-c++, it gives me this error:
"Warning: project is not compiled"(Even though I have pressed rebuilt all and have compiled it several times).
I can't figure out how to fix it :evil:

Re: Dev-C++ problem with project files.

Posted: Tue Mar 02, 2010 8:39 pm
by avansc
well here is what you do... you need to edit the cheap.jew file. take all the hit.ler extensions out, then take a size 14 standard monopoly boot and kick that piece of shit IDE to the trash can.

http://www.microsoft.com/express/Downlo ... Visual-CPP

or this (altho i dont recommend it if you are on windows.)

http://www.codeblocks.org/

Re: Dev-C++ problem with project files.

Posted: Tue Mar 02, 2010 8:53 pm
by mv2112
avansc wrote:well here is what you do... you need to edit the cheap.jew file. take all the hit.ler extensions out, then take a size 14 standard monopoly boot and kick that piece of shit IDE to the trash can.

http://www.microsoft.com/express/Downlo ... Visual-CPP

or this (altho i dont recommend it if you are on windows.)

http://www.codeblocks.org/
I agree. Visual C++ is WAY better than Dev C++.

Re: Dev-C++ problem with project files.

Posted: Tue Mar 02, 2010 9:09 pm
by davidthefat
I love DevC++... Why hating on it?

Re: Dev-C++ problem with project files.

Posted: Tue Mar 02, 2010 9:33 pm
by eatcomics
Bullet Pulse wrote:Whenever I try to compile a project in Dev-c++, it gives me this error:
"Warning: project is not compiled"(Even though I have pressed rebuilt all and have compiled it several times).
I can't figure out how to fix it :evil:
Did you hit run, or compile... Just hit compile, other than that I can't think of what the problem would be...

Re: Dev-C++ problem with project files.

Posted: Tue Mar 02, 2010 9:43 pm
by mv2112
davidthefat wrote:I love DevC++... Why hating on it?
I don't hate it, I do use it. For some reason I can get SDL to work on Dev but not VC++. I just like Visual C++ better. It's one of the only good Microsoft products left!! :shock:
VC++ has a better function look-up feature, where it sees what ur typing and a box pops up with a list of vars and functions.

Re: Dev-C++ problem with project files.

Posted: Wed Mar 03, 2010 5:07 am
by Bullet Pulse
Ok, so I copied the same code into Code::Blocks and it worked fine.
SOLVED!