News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Using Code::Blocks

Started by bhushan_mahajan382, September 16, 2008, 08:06:21 AM

Previous topic - Next topic

bhushan_mahajan382

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

MortenMacFly

Quote from: bhushan_mahajan382 on September 16, 2008, 08:06:21 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

bhushan_mahajan382

Thanx Morten i will try this.