I open the project in Visual C++ 2010 Express, in the Project Property, Esenthel set the "Platform Toolset" as 'v100'. That can't build 64-bit properly, it should set as 'Windows.7.1SDK', after that, I can build 64-bit successfully.
Attached please find the screen shot.
I think it is missing the following property in VS project file.
Ah yes, EE didn't set 'v100' property, it is set by default in VC++ 2010 Express. If I change the Platform SDK to Widnows SDK 7.1, I can build the project in VC++ successfully.
I am using Windows Vista 64-bit and can't install VS 2012 Express.
Is it possible to add the Platform SDK property in EE 2.0?
I found it is not the v100 property problem. I set x64 in EE 2.0, export or open the project in VC++ 2010 Express, for some reason the platform is set as Win32, not X64.
Wikipedia tells me that there is no 64bit support in VS2010 express.
"No built-in x64 compiler for editions. (A 64-bit compiler is included with Windows SDK or Visual Studio Express 2012.)" Wiki page
(This post was last modified: 05-29-2013 06:41 PM by Donik.)