Tuesday, February 2, 2010

Address Space Layout Randomization and VS problems

Error message when you use the Visual C++ 2008 compiler: "fatal error C1859"
When you enable the Create/Use Precompiled Header compiler option, the compiler requires that the precompiled header files and the relative modules do not move between compilations. However, the Address Space Layout Randomization (also known as ASLR) feature randomly relocates modules in a process. Therefore, the error occurs when modules move between compilations.

No comments: