![]() |
|
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) |
RE: How to: Compile x64 Dolphin with VC++2008 Express - Somaz - 09-03-2010 Followed the guide. No luck. 29 succeeded, 2 errors, some warnings. No dolphin.exe, just some plugins. Edit: LINK : fatal error LNK1181: cannot open input file 'd3d11.lib' LINK : fatal error LNK1181: cannot open input file '..\..\plugins\plugin_videodx11\x64\release\plugin_videodx11.lib' Edit2: Updated the Direct X SDK, damn those useless screens with the March 2009 thing... SUCCESS! RE: How to: Compile x64 Dolphin with VC++2008 Express - Anti-Ultimate - 10-26-2010 Add this: On Windows 7 the standard SDK is set to the 6.1 version. However we need 7.0. (Or else x64 bit compiling won't work meaning you can only compile x86 builds) To change that we go into the start menu,press All Programms and go to Microsoft Windows SDK v7.0. Open the folder and run CMD Shell. Type this in: WindowsSdkVer.exe -version:v7.0 If you don't do this you get that error that x64 conflicts with x86 EDIT:Or if you have 7.1: WindowsSdkVer.exe -version:v7.1 RE: How to: Compile x64 Dolphin with VC++2008 Express - shawnanastasio - 01-09-2011 hey, i hav a problem.......when in regedit i only see Win32, no x64, i installed everything. thx in advance, Shawn RE: How to: Compile x64 Dolphin with VC++2008 Express - Link_to_the_past - 01-27-2011 I think a guide for Visual Studio 2010 Express is needed with tips for 64 bit builds too. RE: How to: Compile x64 Dolphin with VC++2008 Express - Runo - 02-09-2011 (01-27-2011, 08:46 PM)Link_to_the_past Wrote: I think a guide for Visual Studio 2010 Express is needed with tips for 64 bit builds too. Yeah plz
RE: How to: Compile x64 Dolphin with VC++2008 Express - gosu - 03-24-2011 Id like to bump this one for VS2010! Help us and we will help you
RE: How to: Compile x64 Dolphin with VC++2008 Express - ExtremeDude2 - 04-28-2011 This needs to be updated RE: How to: Compile x64 Dolphin with VC++2008 Express - Arthur Mück - 06-08-2012 (03-24-2011, 09:37 PM)gosu Wrote: Id like to bump this one for VS2010! Definitely. I also get a lot of error messages. My goal is to make "3D Vision", Hotkeys and DirectX11 work together. Has this already been accomplished? RE: How to: Compile x64 Dolphin with VC++2008 Express - DefenderX - 06-09-2012 Which error messages? Just follow the wiki entry on the googlecode page -> http://code.google.com/p/dolphin-emu/wiki/Windows_Build and you won't get errors ![]() btw: 1.900 posts
RE: How to: Compile x64 Dolphin with VC++2008 Express - Arthur Mück - 06-09-2012 (06-09-2012, 06:15 AM)DefenderX Wrote: Which error messages?Those VC++ Express. Windows 7. 64bit. After following http://code.google.com/p/dolphin-emu/wiki/Windows_Build. EDIT: Link updated |