Code::Blocks Forums

User forums => Help => Topic started by: Alterah on April 10, 2011, 12:59:34 am

Title: Code::Blocks - Single .cpp file crashes on build
Post by: Alterah on April 10, 2011, 12:59:34 am
Hello,

I have been using Code::Blocks for awhile and am able to build projects and have them compile just fine. However, if I try and build a single .cpp file, Code::Blocks will just crash. This happens if I build or try to compile it. If I create a new project and add this file to the new project, everything works fine. This is on my desktop with Windows XP. I believe Code::Blocks works fine on my laptop with Windows 7 (though I don't believe the OS is responsible). Thanks for any help.
Title: Re: Code::Blocks - Single .cpp file crashes on build
Post by: oBFusCATed on April 10, 2011, 03:34:08 am
C::B and GCC versions please?
Title: Re: Code::Blocks - Single .cpp file crashes on build
Post by: Alterah on April 14, 2011, 06:41:25 am
It's Code::Blocks 10.05 and whichever version of GCC that came with it. How can I check that?
Title: Re: Code::Blocks - Single .cpp file crashes on build
Post by: killerbot on April 14, 2011, 07:51:43 am
in a dos box run : gcc --version