• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 52 53 54 55 56 ... 117 Next »

How to: Compile x64 Dolphin with VC++2008 Express
View New Posts | View Today's Posts

Pages (11): « Previous 1 ... 4 5 6 7 8 ... 11 Next »
Jump to page 
Thread Rating:
  • 33 Vote(s) - 3.15 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
How to: Compile x64 Dolphin with VC++2008 Express
12-11-2009, 05:59 AM
#51
WhiteZero Offline
Some Guy
***
Posts: 215
Threads: 6
Joined: Apr 2009
(12-07-2009, 01:28 AM)WhiteZero Wrote: Is there any reason I should be doing "Rebuild" instead of just "Build" everytime? I've had no problem just using Build for my revisions.
I know Rebuild completely redoes all the code, instead of just checking for changes like Build does. So if I should do Rebuild each time, would I be safe doing Rebuild for my 64bit and 32bit builds, then afterwards save time by just doing Build for the JITIL versions?

In other words, do I need to waste my time waiting for a Rebuild or can I just do Build and be safe?
Still looking for some input on my above post. Thanks!
Find
Reply
12-11-2009, 06:01 AM (This post was last modified: 12-11-2009, 06:02 AM by James333.)
#52
James333 Offline
Above and Beyond
*******
Posts: 1,520
Threads: 8
Joined: Jul 2009
I said that because I have errors while compiling if I don't rebuild ( but now I have separated folders for my 32 and 64 bits builds of dolphin )

Yeah , I waste space , but theoretically I should be able to compile both versions of dolphin at the same time
MB : MSI Z68A-GD80
CPU : Intel Core i7 2600k @ 3.4 GHz (stock clock)
Gfx : ATI Raedon HD 6850
Ram : 4 GB DDR3-1333
OS : Windows XP x86

I speak Spanish Big Grin ( And a little English )
Find
Reply
12-11-2009, 06:14 AM (This post was last modified: 12-15-2009, 04:46 PM by WhiteZero.)
#53
WhiteZero Offline
Some Guy
***
Posts: 215
Threads: 6
Joined: Apr 2009
In all the builds I've made so far, I've never got an Error while compiling. So I guess I should be safe just doing Build.

EDIT: Nevermind. My last few builds have failed to update the Dolphin.exe to the new revision. Maybe it is actually updated but at least it says its still an older version. Oddly enough, the JITIL version, DolphinIL.exe does show as updated.

Weird... Guess I'll be Rebuilding from now on.
Find
Reply
12-15-2009, 04:41 PM
#54
WhiteZero Offline
Some Guy
***
Posts: 215
Threads: 6
Joined: Apr 2009
I would like to warn people who use this guide (as awesome as it is).
If you ever intend to switch from Express to Professional (full version) and are doing 64bit compiles, and you followed the registry edits to make 64bit work in Express, your going to have a bit of a hard time changing to Professional.

Before installing VS Pro, your going to need to totally uninstall Express and delete the Visual Studio 9 registry section. After that, you can install VS Pro with working 64bit components.
Find
Reply
12-19-2009, 12:43 AM
#55
aeridus Offline
Junior Member
**
Posts: 7
Threads: 0
Joined: Dec 2009
Thanks for the detailed tutorial! I thought I had everything set up properly, but it turns out that you really do need to select all options in the SDK installer. The last option is unselected by default and it didn't look terribly useful to me at the time.
Find
Reply
12-23-2009, 09:23 PM
#56
Morvie Offline
Junior Member
**
Posts: 5
Threads: 0
Joined: Dec 2009
How do I compile OpenCl?
I have newest Stream SDK installed and have set the directories of include and library files in Visual Studio.

Is the wiki outdated ?
it says:
In Core/Common/Src/OpenCL.h, turn the "#if 0" to "#if 1"
I cannt find that line.

Is OpenCL used by default if i have Stream SDK or do i still need to change a file ?
Find
Reply
12-24-2009, 07:12 AM (This post was last modified: 12-24-2009, 07:13 AM by James333.)
#57
James333 Offline
Above and Beyond
*******
Posts: 1,520
Threads: 8
Joined: Jul 2009
(12-23-2009, 09:23 PM)Morvie Wrote: How do I compile OpenCl?
I have newest Stream SDK installed and have set the directories of include and library files in Visual Studio.

Is the wiki outdated ?
it says:
In Core/Common/Src/OpenCL.h, turn the "#if 0" to "#if 1"
I cannt find that line.

Is OpenCL used by default if i have Stream SDK or do i still need to change a file ?
It's ... here

Quote:#ifndef __OPENCL_H__
#define __OPENCL_H__

#include "Common.h"
// Change to #if 1 if you want to test OpenCL (and you have it) on Windows
#if 0 <------------THERE !
MB : MSI Z68A-GD80
CPU : Intel Core i7 2600k @ 3.4 GHz (stock clock)
Gfx : ATI Raedon HD 6850
Ram : 4 GB DDR3-1333
OS : Windows XP x86

I speak Spanish Big Grin ( And a little English )
Find
Reply
12-24-2009, 10:16 PM
#58
Morvie Offline
Junior Member
**
Posts: 5
Threads: 0
Joined: Dec 2009
Thx, Got it now.

I didnt see the forest for the trees.
Find
Reply
01-12-2010, 02:58 AM (This post was last modified: 01-12-2010, 02:58 AM by Jefferson.)
#59
Jefferson Offline
ROFL!
****
Posts: 493
Threads: 23
Joined: Dec 2009
Mm...I have a question.
When you run the web installer. Are necessary all that things that weight more than 1 GB? O.o. Or only are necessary the libraries and tools?
OS: Microsoft Windows XP Professional x86
Processor type: Intel Atom, 1600 MHz (4 x 400)
Memory System: 1011 MB (DDR2 SDRAM)
Graphics Card: Mobile Intel® 945 Express Chipset Family (224 MB)

[Image: firmadesamusporjeff.jpg]
Find
Reply
01-12-2010, 06:06 AM
#60
CacoFFF Offline
Member
****
Posts: 722
Threads: 15
Joined: Mar 2009
(01-12-2010, 02:58 AM)Jefferson Wrote: Mm...I have a question.
When you run the web installer. Are necessary all that things that weight more than 1 GB? O.o. Or only are necessary the libraries and tools?

Check Windows Headers and Libraries.
Check Visual C++ Compilers
Check Windows Development Tools

I did that myself and worked with Win2003 sdk, dunno what SDK you are running but you may try if you want.
ASRock Conroe 1333-D667
Intel Pentium Dual Core E2180 2.00GHZ
2GB ram
Windows XP x64
Ati Radeon HD3650 256mb GDDR3
[Image: bugwk7.gif]
[Image: 338184.jpg]
Find
Reply
« Next Oldest | Next Newest »
Pages (11): « Previous 1 ... 4 5 6 7 8 ... 11 Next »
Jump to page 


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode