Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: bijan311 on June 11, 2011, 07:50:32 pm

Title: Program not being updated after being compiled
Post by: bijan311 on June 11, 2011, 07:50:32 pm
When I compile a game I'm making there are no changes to the game whatsoever even though I updated the code. Also, when I checked the date modified it said it was last changed days ago. How do I fix this?
Title: Re: Program not being updated after being compiled
Post by: stahta01 on June 11, 2011, 08:42:59 pm
http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

After turning on Full Compiler Logging; this allows you to see the Commands CB sends to Compiler/Linker
Try doing an clean and then a build.

Tim S.
Title: Re: Program not being updated after being compiled
Post by: bijan311 on June 12, 2011, 01:23:08 am
Thanks