sivan
Member
|
VC++ 2010 EE warning on Tutorials
hi
I finally switched to Win7 and VC++2010EE, and on opening the Tutorials VS 2010.sln I always got the following message:
c:\EsenthelEngineSDK\Tutorials\Tutorials.vcxproj : warning : Platform 'x64' referenced in the project file 'Tutorials' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.
everything seems to work properly, but is it an installation problem I should correct somehow, or what?
thanks.
|
|
11-16-2012 11:28 AM |
|
sivan
Member
|
RE: VC++ 2010 EE warning on Tutorials
no , it's definitely a 64bit Win7.
maybe VS2010 installed wrongly? it's in Program Files (x86)
apparently I can run scripts only as Win32 from VS2010C++EE, but the x64 option is there.
(This post was last modified: 11-16-2012 12:07 PM by sivan.)
|
|
11-16-2012 12:00 PM |
|
cmontiel
Member
|
RE: VC++ 2010 EE warning on Tutorials
IRC: irc.freenode.net
Channel: #Esenthel
(This post was last modified: 11-16-2012 01:42 PM by cmontiel.)
|
|
11-16-2012 01:42 PM |
|
sivan
Member
|
RE: VC++ 2010 EE warning on Tutorials
thanks I'll try it !
|
|
11-16-2012 01:45 PM |
|
Skykill
Member
|
RE: VC++ 2010 EE warning on Tutorials
Yes Visual Studio 2010 Express doesn't include the x64 compiler, but it's in the Windows SDK available from command line.
|
|
11-16-2012 07:21 PM |
|
sivan
Member
|
RE: VC++ 2010 EE warning on Tutorials
I checked some descriptions available the above link, and as I read VS 2010 EE installation should be followed by Win SDK and then VS2010 sp1. if sp1 is installed before, win sdk installation fails, and the x64 is not available because of a bug, so now I try uninstall sp1, install win sdk, and then install sp1 again. if I understood well...
|
|
11-18-2012 02:57 PM |
|
sivan
Member
|
RE: VC++ 2010 EE warning on Tutorials
okay, finally I had the patience to do some uninstalls and installs... windows sdk 7.1 cannot be installed if MS VC++ x64 and x86 runtimes and redisrtibutables of version 10.0.40219 are present. after removing them win sdk install is okay, VS C++ SP1 can be installed fine again.
now got no error message when starting the tutorials, but selecting a x64 compilation results in a build error...
|
|
12-05-2012 03:52 PM |
|