News:

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

Main Menu

Executable differs for the same code

Started by iype_joseph, January 06, 2015, 10:16:25 PM

Previous topic - Next topic

iype_joseph

Hi there,

The executable I got after building the same project at two different times are different! I didn't make any changes to the code, the only difference is the time the build was done. Latter, I checked and found that the only difference is in the CRC values of the two files. Does codeblocks do CRC on the executable with timestamp? Or is this something else?

Thanks in advance :)

-Iype

stahta01

Code::Blocks is NOT a compiler.
Figure out the name of your compiler; then ask does your compiler do this on a site that supports your compiler.

Read the CB FAQ on Compiler Trouble Shooting.

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]