About Store Forum Documentation Contact



Post Reply 
VC++ 2010 EE warning on Tutorials
Author Message
sivan Offline
Member

Post: #1
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
Visit this user's website Find all posts by this user Quote this message in a reply
cmontiel Offline
Member

Post: #2
RE: VC++ 2010 EE warning on Tutorials
Do you have a Win7 of 32 bits? If that's the case, change to Win32 platform.

[Image: Untitled_1.jpg]

IRC: irc.freenode.net
Channel: #Esenthel
11-16-2012 11:45 AM
Find all posts by this user Quote this message in a reply
sivan Offline
Member

Post: #3
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
Visit this user's website Find all posts by this user Quote this message in a reply
cmontiel Offline
Member

Post: #4
RE: VC++ 2010 EE warning on Tutorials
Hmmm ok. It seems Visual C++ 2010 Express does not include a 64 bit compiler. You must dowload the sdk.

http://stackoverflow.com/questions/18650...10-express

I hope it helps.

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
Find all posts by this user Quote this message in a reply
sivan Offline
Member

Post: #5
RE: VC++ 2010 EE warning on Tutorials
thanks I'll try it !
11-16-2012 01:45 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Skykill Offline
Member

Post: #6
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
Find all posts by this user Quote this message in a reply
sivan Offline
Member

Post: #7
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
Visit this user's website Find all posts by this user Quote this message in a reply
sivan Offline
Member

Post: #8
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
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply