Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: aizen92 on April 26, 2012, 07:52:16 pm

Title: Printing error when compiling
Post by: aizen92 on April 26, 2012, 07:52:16 pm
Hi, I'm new in Code::Blocks, and I noticed something, that when I compile and I get some error, the red box, I dont know the error like what it is, or its reason, I have to go back to the command prompt and compile it myself and figuring it out, is there a way to make Code::Blocks print out the error I'm having, like if there is a certain variable that is not existing, to tell me that.

Thanks
Title: Re: Printing error when compiling
Post by: MortenMacFly on April 26, 2012, 08:13:10 pm
I'm having, like if there is a certain variable that is not existing, to tell me that.
In the logger tabs, inspect the "build messages" and "build log" tab. If you don't see that, hit F2 to toggle its visibility. (Or use the "View" menu...)
Title: Re: Printing error when compiling
Post by: aizen92 on April 26, 2012, 08:36:37 pm
thanks MortenMacFly for ur help