News:

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

Main Menu

Program not being updated after being compiled

Started by bijan311, June 11, 2011, 07:50:32 PM

Previous topic - Next topic

bijan311

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?

stahta01

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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

bijan311