-
Intel Pin 3.0 & Visual Studio 2015 Solution FileComputer/Program Analysis 2016. 4. 20. 11:35
The visual studio solution file in Intel Pin 3.0 needs to be fixed to build onVisual Studio 2015.
The solution file at \pin\source\tools\MyPinTool is for Visual Studio 2010.It is converted to Visual Studio 2015 with warnings.
The following file describes what is needed to build.
https://software.intel.com/sites/default/files/managed/8e/f5/PinCRT.pdf
The converted solution file already have most of them.
We need to change some entries.
Project - Property - Configuration Property - Linker - Input: Add crtbeginS.obj .
Project - Property - Configuration Property - Linker - Image Has Safe Exception Handlers to No (/SAFESEH:NO).