Dolphin, the GameCube and Wii emulator - Forums
How to: Compile x64 Dolphin with VC++2008 Express - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion)
+--- Thread: How to: Compile x64 Dolphin with VC++2008 Express (/Thread-how-to-compile-x64-dolphin-with-vc-2008-express)

Pages: 1 2 3 4 5 6 7 8 9 10 11


RE: How to: Compile x64 Dolphin with VC++2008 Express - CacoFFF - 01-28-2010

^ Because SOMEONE made the latest DirectX SDK strictly necessary in order to compile instead of putting some if's.
And that screws up the old revs for those with new SDK's.


RE: How to: Compile x64 Dolphin with VC++2008 Express - Jefferson - 01-28-2010

(01-28-2010, 05:39 AM)CacoFFF Wrote: ^ Because SOMEONE made the latest DirectX SDK strictly necessary in order to compile instead of putting some if's.
And that screws up the old revs for those with new SDK's.
Ou.....Anyway, thanks for the info, like darkshadow I oly get the plugins.


RE: How to: Compile x64 Dolphin with VC++2008 Express - thegamefreak0134 - 02-23-2010

There is just the tinyest bug in the guide: you have a repeated registry key in both tables-- 63 should be 66 in one of the rows as follows (changes in bold)

(06-28-2009, 07:05 PM)CacoFFF Wrote: ...
Run Regedit.exe
x86 Users:
...
Repeat above process for keys:
{656d8766-2429-11d7-8bf6-00b0d03daa06}
{656d8760-2429-11d7-8bf6-00b0d03daa06}
{656d8763-2429-11d7-8bf6-00b0d03daa06}
{656d875f-2429-11d7-8bf6-00b0d03daa06}

x64 Users:
...
Repeat above process for keys:
{656d8766-2429-11d7-8bf6-00b0d03daa06}
{656d8760-2429-11d7-8bf6-00b0d03daa06}
{656d8763-2429-11d7-8bf6-00b0d03daa06}
{656d875f-2429-11d7-8bf6-00b0d03daa06}
Close REGEDIT.
...

I noticed this, the reg keys are in a block with that prefix anyway which is probably why it went unnoticed. I've now got Visual Studio compiling both versions with much success. ^_^ Now I might finally be able to setup an automatic compile/host chain.

Oh: the instructions say "Rebuild Again" but I don't see that option in the Build menu. I've always just done a "Clean" followed by a "Rebuild" to make it work, but am I missing some quicker option? (build process takes a good 6-10 minutes, and this is a Dolphin-quality machine-- high performance.)

Anyway, I'm going to see if I can't also get a build of VBA-m going with the link port, provided I can figure out how to enable this. Woot for Tiny Chao Garden! (and isn't there a Tingle thing in Wind Waker?)


RE: How to: Compile x64 Dolphin with VC++2008 Express - Man Ik Weet - 06-17-2010

I can't find AMD64.VCPlatform.Config; There's nothing there, I've installed Microsoft Visual C++ 2008 Express Edition about 3 times by now and it just doesn't appear...
Can someone help me on that because I really want to compile Dolphin x64 myself...
Thanks

PS: I am using Windows 7 Ultimate x64; .NET 3.5 installer doesn't start, DirectX SDK installed and Microsoft SDK aswell...


RE: How to: Compile x64 Dolphin with VC++2008 Express - blackJade - 06-18-2010

Make sure you are looking into C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcpackages
Not Program Files is Program Files (x86) because you are using x64 window...
.Net 3.5 sp1 you can get it here:
http://www.microsoft.com/downloads/details.aspx?familyid=AB99342F-5D1A-413D-8319-81DA479AB0D7&displaylang=en


RE: How to: Compile x64 Dolphin with VC++2008 Express - Man Ik Weet - 06-18-2010

(06-18-2010, 12:30 AM)blackJade Wrote: Make sure you are looking into C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcpackages
Not Program Files is Program Files (x86) because you are using x64 window...

I know, I'm (in comparisation to some ppl on the internet) not stupid Tongue
I'll show you an image...


RE: How to: Compile x64 Dolphin with VC++2008 Express - blackJade - 06-18-2010

Have you check the X64 compiler when installing the visual studio express?
Default is not checked. May be you should choose custom and check it yourself?


RE: How to: Compile x64 Dolphin with VC++2008 Express - Man Ik Weet - 06-18-2010

(06-18-2010, 12:45 AM)blackJade Wrote: Have you check the X64 compiler when installing the visual studio express?
Default is not checked. May be you should choose custom and check it yourself?

There aren't any options I can change, see the image...


RE: How to: Compile x64 Dolphin with VC++2008 Express - blackJade - 06-18-2010

May be the express version changed and not support x64 compiler....
I don't know, just wait other ppl to help you...


RE: How to: Compile x64 Dolphin with VC++2008 Express - Man Ik Weet - 06-18-2010

(06-18-2010, 01:05 AM)blackJade Wrote: May be the express version changed and not support x64 compiler....
I don't know, just wait other ppl to help you...

Possible, I believe Microsoft hosts the SP1 version, if that is a problem...