VC 2010 Express - x64 kompilieren
-
Hallo,
ich habe eine Anleitung gefunden um mit VC 2010 Express x64 als Zielplattform für eure Projekte festzulegen.
Diese möchte ich euch nicht vorenthalten (aber vielleicht wisst ihr das ja auch schon längst).- Installiert VC 2010 Express
- Installiert das Windows SDK for Windows 7 and .NET Framework 4
- Öffnet euer x64 Projekt oder erstellt ein neues Projekt
- Öffnet den Projekteigenschaften Dialog
- Konfigurationseigenschaften / Allgemein / Plattformtoolset ändern von "v100" in "Windows7.1SDK"
- In den Konfigurationseigenschaften den Konfigurations-Manager öffnen
- Aktive Projektmappenplattform ändern in "x64"
Das war's schon. Nun könnt ihr 64bit Programme mit VC 2010 Express kompilieren.
Windows SDK for Windows 7 and .NET Framework 4 Downloadseite:
http://www.microsoft.com/downloads/details.aspx?FamilyID=35aeda01-421d-4ba5-b44b-543dc8c33a20&displaylang=enWindows SDK for Windows 7 and .NET Framework 4 (x64!) ISO:
http://download.microsoft.com/download/F/1/0/F10113F5-B750-4969-A255-274341AC6BCE/GRMSDKX_EN_DVD.isoGruß
Greenhorn
-
Siehe auch detailierte Erklärung hier:
http://msdn.microsoft.com/en-us/library/9yb4317s.aspx