Author Topic: Program not being updated after being compiled  (Read 3069 times)

Offline bijan311

  • Multiple posting newcomer
  • *
  • Posts: 11
Program not being updated after being compiled
« 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?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: Program not being updated after being compiled
« Reply #1 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.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline bijan311

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: Program not being updated after being compiled
« Reply #2 on: June 12, 2011, 01:23:08 am »
Thanks