![]() |
|
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 - CacoFFF - 01-21-2010 (01-21-2010, 07:16 AM)Jefferson Wrote: Mm....I am running it from the web installer (download from Microsoft page) You can always try doing a x64 compile, maybe you got lucky and you didn't need the extra file. If not, get the ISO
RE: How to: Compile x64 Dolphin with VC++2008 Express - defiancenl - 01-22-2010 (01-21-2010, 05:13 AM)CacoFFF Wrote:yeah i noticed, i made a nice batch script to do this in the future(01-20-2010, 10:40 PM)defiancenl Wrote: Hummm my 64bit machine does not compile ? (64bits versions) (it does 32bit versions tho) However now i run into other (compiling errors), i cant say wich right now bcuz im @ work, ill see this evening when ill get home. RE: How to: Compile x64 Dolphin with VC++2008 Express - darkshadw - 01-22-2010 Ehh... When I try to compile in 64-bit mode I get this error while compiling wiimote plugin or another one: Code: 11>.\x64\Release\DataReports.obj : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'RE: How to: Compile x64 Dolphin with VC++2008 Express - defiancenl - 01-22-2010 So im at home now Rebuilding now, and i see alot of include errors for DX9, for njoy etc etc. LNK1811 or something, it cant find files somehow. 19 succeeded 11 failed :/ RE: How to: Compile x64 Dolphin with VC++2008 Express - Jefferson - 01-22-2010 Mm....I am almost going to try compiling, now I am downloading Directx SDK (553 MB) RE: How to: Compile x64 Dolphin with VC++2008 Express - CacoFFF - 01-22-2010 (01-22-2010, 05:57 AM)defiancenl Wrote: So im at home now Did you setup all the folders needed? This one can be tricky. (01-22-2010, 03:45 AM)darkshadw Wrote: Ehh... When I try to compile in 64-bit mode I get this error while compiling wiimote plugin or another one: Never happened to me, no idea what can be causing it, anyone else? RE: How to: Compile x64 Dolphin with VC++2008 Express - Jefferson - 01-22-2010 Compiling..........x86. Edit: It worked! Now for x64. The problem was i havent downloaded Directx SDK. Now I downloaded and worked for x86 now going to try whit x64. EDIT 2: I guess I need to get the ISO because I cant seem to find the vc_stdx86.cab file.EDIT 3: OMG! The Windows SDK ISO weights 1,29 GBs O.o. My connection is too slow 27-35KBs per second guess I will have to download 11 hours whitout interrupt. I figure out selecting x64 in VC directories but there are no files... Edit: 4: I discovered that the web installer is a big buggy at the moment and when is gonna install the setup folder it gives an error when gonna install "vc_stdx86.cab" RE: How to: Compile x64 Dolphin with VC++2008 Express - darkshadw - 01-24-2010 I don't came across any errors when installing the web installer and the iso. So I really don't know what I did wrong .I follow this tread perfectly, but it still doesn't work I still get this error: Code: 15>.\x64\Release\ImageWrite.obj : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'Anyone knows this? .
RE: How to: Compile x64 Dolphin with VC++2008 Express - TheBboyKnowledge - 01-26-2010 http://suma.soulogic.com/dl/VCE64BIT.zip can someone please post the batch files code that that file contains because either the link is broken or i can't access it! it does what this guide can do with the batch file also i can't find those options for this guide on my windows 7 64 bit! RE: How to: Compile x64 Dolphin with VC++2008 Express - Jefferson - 01-28-2010 Mm....I get problems too when compiling old REVs, whit 26 perfect, 2 incorrect and 19 warnings. Whit new REVs I dont get those messages. |