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
[SOLVED] Dev-C++ problem with project files.
Moderator: Coders of Rage
- Bullet Pulse
- Chaos Rift Cool Newbie
- Posts: 89
- Joined: Sun Feb 21, 2010 6:25 pm
[SOLVED] Dev-C++ problem with project files.
Last edited by Bullet Pulse on Wed Mar 03, 2010 5:07 am, edited 1 time in total.
Re: Dev-C++ problem with project files.
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/
http://www.microsoft.com/express/Downlo ... Visual-CPP
or this (altho i dont recommend it if you are on windows.)
http://www.codeblocks.org/
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
Dad, "Yea well I have a fan belt in street fighting"
- mv2112
- Chaos Rift Junior
- Posts: 240
- Joined: Sat Feb 20, 2010 4:15 am
- Current Project: Java Tower Defence Game
- Favorite Gaming Platforms: N64/Xbox 360/PC/GameCube
- Programming Language of Choice: C/++, Java
- Location: /usr/home/mv2112
- Contact:
Re: Dev-C++ problem with project files.
I agree. Visual C++ is WAY better than Dev C++.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/
- davidthefat
- Chaos Rift Maniac
- Posts: 529
- Joined: Mon Nov 10, 2008 3:51 pm
- Current Project: Fully Autonomous Robot
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: California
- Contact:
Re: Dev-C++ problem with project files.
I love DevC++... Why hating on it?
Re: Dev-C++ problem with project files.
Did you hit run, or compile... Just hit compile, other than that I can't think of what the problem would be...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
- mv2112
- Chaos Rift Junior
- Posts: 240
- Joined: Sat Feb 20, 2010 4:15 am
- Current Project: Java Tower Defence Game
- Favorite Gaming Platforms: N64/Xbox 360/PC/GameCube
- Programming Language of Choice: C/++, Java
- Location: /usr/home/mv2112
- Contact:
Re: Dev-C++ problem with project files.
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!!davidthefat wrote:I love DevC++... Why hating on it?
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.
- Bullet Pulse
- Chaos Rift Cool Newbie
- Posts: 89
- Joined: Sun Feb 21, 2010 6:25 pm
Re: Dev-C++ problem with project files.
Ok, so I copied the same code into Code::Blocks and it worked fine.
SOLVED!
SOLVED!