Author Topic: Using Code::Blocks  (Read 3416 times)

bhushan_mahajan382

  • Guest
Using Code::Blocks
« on: September 16, 2008, 08:06:21 am »
I m using the QT4. I m always getting some errors while i build or compile my application in code blocks.
But if i compile it on command prompt it compiled successfully.
I m using Windows XP SP2 and Code :: Blocks Version 8.02. Can any one please tell me that how to configure code blocks for MinGW compiler.

Thanks in Advance

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Using Code::Blocks
« Reply #1 on: September 16, 2008, 10:30:26 am »
I m using Windows XP SP2 and Code :: Blocks Version 8.02. Can any one please tell me that how to configure code blocks for MinGW compiler.
Please use the C::B 08/02 *bundle* setup. This ships with the MinGW compiler. After setup C::B is already fully configured to use this compiler.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

bhushan_mahajan382

  • Guest
Re: Using Code::Blocks
« Reply #2 on: September 16, 2008, 01:23:15 pm »
Thanx Morten i will try this.