A
A
askeet2014-05-28 14:03:59
C++ / C#
askeet, 2014-05-28 14:03:59

Visual Studio 2010, is it possible to have one CRC sum of executables after compiling C++ and .NET project?

Why every time you recompile a project, you get a new exe file with a checksum that doesn't match the previous one? Perhaps the reason is that the compiler inserts the build time into the executable.
How is it possible to get around this problem for .NET and C++ project?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
aush, 2014-05-28
@askeet

blogs.msdn.com/b/ericlippert/archive/2012/05/31/pa...
"the C# compiler was not designed to be a component of a security system, so don't use it as one."

A
askeet, 2014-05-28
@askeet

CC# is understandable, but why does the C++ library also issue a different checksum?

P
prometian, 2014-05-28
@prometian

Perhaps the build number is changing?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question