Antony
Member
|
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 |
|
Esenthel
Administrator
|
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 |
|
Yurci
Member
|
RE: missing visual studio 2010 express folder amd64
For 64-bit u need professional edition.
|
|
11-29-2010 04:03 PM |
|
Masterxilo
Member
|
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 |
|
Antony
Member
|
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 |
|