All in all, here's the streamlined steps for x64 users. (I've successfully compiled Dolphin x64 after following these steps.)
Step 1: Downloading the required files.
Install every offered feature from this web installer.
http://www.microsoft.com/downloads/details.aspx?familyid=C17BA869-9671-4330-A63E-1FD44E0E2505&displaylang=en
Step 2: Making VC++ 2008 realize the ability to compile x64 apps.
Go to *drive*:\*Program Files Folder*\Microsoft Visual Studio 9.0\VC\vcpackages
Copy AMD64.VCPlatform.Config to AMD64.VCPlatform.Express.Config. (This way anything looking for the old file can still find it as well.)
Step 3: Connecting the x64 compiler to VC++ Express
You can either follow the regedit steps in the first post, or import this regkey. All the tweaks will be done for you.
If you used the web installer in this post:
You no longer need to replace the VCProjectAMD64Platform.dll file, as the correct file has now been placed in your VC compiler directory by the installer.
Compilation successful.
The only issue I had was that my DirectX SDK folders didn't get put into the 64-bit compiler directories. That took 2 seconds to fix. I now have a fully-compiled 64-bit version of Dolphin.
Alright, I hope this is just something everyone knows about already... I can't play Mario Kart Wii. I've already applied a savefile fix, so I have no trouble browsing the menus, but when I go to start a race, the track doesn't really render... And so I'm stuck falling "off the track" over and over.
Anyway, the fact that I got this far means that my steps above worked just fine.
Step 1: Downloading the required files.
Install every offered feature from this web installer.
http://www.microsoft.com/downloads/details.aspx?familyid=C17BA869-9671-4330-A63E-1FD44E0E2505&displaylang=en
Step 2: Making VC++ 2008 realize the ability to compile x64 apps.
Go to *drive*:\*Program Files Folder*\Microsoft Visual Studio 9.0\VC\vcpackages
Copy AMD64.VCPlatform.Config to AMD64.VCPlatform.Express.Config. (This way anything looking for the old file can still find it as well.)
Step 3: Connecting the x64 compiler to VC++ Express
You can either follow the regedit steps in the first post, or import this regkey. All the tweaks will be done for you.
If you used the web installer in this post:
You no longer need to replace the VCProjectAMD64Platform.dll file, as the correct file has now been placed in your VC compiler directory by the installer.
(08-13-2009, 04:17 AM)CacoFFF Wrote: Are you using Visual C++ 2008 Express?
If so, did the right AMD64 compiler libraries get installed?
You can find out by trying to compile a 64bit revision of Dolphin.
Compilation successful.
The only issue I had was that my DirectX SDK folders didn't get put into the 64-bit compiler directories. That took 2 seconds to fix. I now have a fully-compiled 64-bit version of Dolphin.
Alright, I hope this is just something everyone knows about already... I can't play Mario Kart Wii. I've already applied a savefile fix, so I have no trouble browsing the menus, but when I go to start a race, the track doesn't really render... And so I'm stuck falling "off the track" over and over.
Anyway, the fact that I got this far means that my steps above worked just fine.
