I found the following article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;164151 which tells that indeed the timestamp is the diff, but I couldn't find
in VC++ IDE any setting to disable the timepstamp stuff, and I assume
this should be somehow doable.
Thx,
Viv
On Sat, 05 Jun 2004 14:55:45 +0200, Viviana Vc <vcotirlea@hotmail.com>
wrote :
[quoted text, click to view] >Hi all,
>
>I am using Win2k, VS. NET 7.1 (MS development Environment 2003 7.1.3088)
>and I noticed that by building the exact same code twice the generated
>binaries are different (not much, but they are). To be sure I tried a
>simple console application like void main(){} and 2 times rebuilding the
>project gets 2 different binaries.
>
>Has anybody any clue why this happens?
>Could I somehow change a setting or something to remove those diff (I
>mean from the same code to get identical binaries)?
>
>Thanks in advance,
>Viv