About Store Forum Documentation Contact



Post Reply 
missing visual studio 2010 express folder amd64
Author Message
Antony Offline
Member

Post: #1
missing visual studio 2010 express folder amd64
I'm new, but followed the installation. PhysX, VS c++ 2010 express. All OK, expect when I went to copy the file to the Microsoft Visual Studio\VC\lib\amd64 folder, that folder didn't exist. I made a folder in the lib folder, and then copied the file there.

First tut built, sort of...and ran, but with lots of missing file and error warnings. I searched the forums for missing amd64 folder, and could not find anyone else with same problem.
11-29-2010 02:08 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: missing visual studio 2010 express folder amd64
this is needed only for 64-bit builds, you can skip it and build 32-bit builds
11-29-2010 02:22 AM
Find all posts by this user Quote this message in a reply
Yurci Offline
Member

Post: #3
RE: missing visual studio 2010 express folder amd64
For 64-bit u need professional edition.
11-29-2010 04:03 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Masterxilo Offline
Member

Post: #4
RE: missing visual studio 2010 express folder amd64
You can download the windows sdk freely and set up vs 2010 express also for x64 compilation easily (the c-runtime x64 libs in VCInstallDir are already there and the compiler already supports x64 compilation, the only thing missing is the x64 windows libs).
12-01-2010 11:06 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Antony Offline
Member

Post: #5
RE: missing visual studio 2010 express folder amd64
Resolved: thanks fast response Esenthel, Yurci & Masterxilo
(This post was last modified: 12-07-2010 07:20 PM by Antony.)
12-04-2010 04:11 AM
Find all posts by this user Quote this message in a reply
Post Reply