• 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 ... 112 113 114 115 116 117 Next »

x64 compiler - silly microsoft installers
View New Posts | View Today's Posts

Pages (2): « Previous 1 2
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
x64 compiler - silly microsoft installers
06-28-2009, 05:46 PM
#11
DacoTaco Offline
His royal bitchness Tacoboy
*******
Moderators
Posts: 1,134
Threads: 31
Joined: Mar 2009
i dont get what you are trying :/
i mean, i had to install a complete 64bit compiler in VS2k8 to get 64bit compiling to work and you just do it by installing the SDK? o_O;
[Image: PeachSig.jpg]
[Image: 566286.png]
[Image: 2280403.png]
Website Find
Reply
06-28-2009, 05:54 PM (This post was last modified: 06-28-2009, 05:55 PM by CacoFFF.)
#12
CacoFFF Offline
Member
****
Posts: 722
Threads: 15
Joined: Mar 2009
SDK + 32bit VC++ 2008 Express
YAHOO!! I just compiled Dolphin x64 with it. I'll recompile putting back the watchdog to 15 to test Brawl as i write the guide.
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
06-28-2009, 05:56 PM
#13
gcp111
Unregistered
 
(06-28-2009, 05:46 PM)Daco Wrote: i dont get what you are trying :/
i mean, i had to install a complete 64bit compiler in VS2k8 to get 64bit compiling to work and you just do it by installing the SDK? o_O;

Yes. The Platform SDK contains X64 compiler tools! Big Grin Screw you guys and your "professional" IDEs. Tongue

@CacoFFF: Good luck getting it to work. Just remember to Rebuild All anytime you recompile.

EDIT:
Quote:YAHOO!! I just compiled Dolphin x64 with it. I'll recompile putting back the watchdog to 15 to test Brawl as i write the guide.
Nice! Good job! Tongue I told you guys it could be done XD
Reply
06-28-2009, 06:03 PM
#14
DacoTaco Offline
His royal bitchness Tacoboy
*******
Moderators
Posts: 1,134
Threads: 31
Joined: Mar 2009
(06-28-2009, 05:56 PM)gcp111 Wrote: @CacoFFF: Good luck getting it to work. Just remember to Rebuild All anytime you recompile.
what
[Image: PeachSig.jpg]
[Image: 566286.png]
[Image: 2280403.png]
Website Find
Reply
06-28-2009, 06:10 PM
#15
gcp111
Unregistered
 
(06-28-2009, 06:03 PM)Daco Wrote:
(06-28-2009, 05:56 PM)gcp111 Wrote: @CacoFFF: Good luck getting it to work. Just remember to Rebuild All anytime you recompile.
what

if you don't rebuild all instead of build solution it won't clean the build and it'll fuck up Smile
Reply
06-28-2009, 06:45 PM
#16
DacoTaco Offline
His royal bitchness Tacoboy
*******
Moderators
Posts: 1,134
Threads: 31
Joined: Mar 2009
(06-28-2009, 06:10 PM)gcp111 Wrote:
(06-28-2009, 06:03 PM)Daco Wrote:
(06-28-2009, 05:56 PM)gcp111 Wrote: @CacoFFF: Good luck getting it to work. Just remember to Rebuild All anytime you recompile.
what

if you don't rebuild all instead of build solution it won't clean the build and it'll fuck up Smile
o rly?
im guessing thats because of the long shot you guys do
...cause it works fine on the expensive VS2008 Tongue
[Image: PeachSig.jpg]
[Image: 566286.png]
[Image: 2280403.png]
Website Find
Reply
06-28-2009, 07:06 PM (This post was last modified: 06-28-2009, 07:15 PM by CacoFFF.)
#17
CacoFFF Offline
Member
****
Posts: 722
Threads: 15
Joined: Mar 2009
It's done!, see my tutorial

I'm done here, 6 in the morning, gotta go to bed.
See ya.
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
06-29-2009, 02:34 AM
#18
ThuGie Offline
Member
***
Posts: 59
Threads: 5
Joined: May 2009
(06-28-2009, 06:45 PM)Daco Wrote:
(06-28-2009, 06:10 PM)gcp111 Wrote:
(06-28-2009, 06:03 PM)Daco Wrote:
(06-28-2009, 05:56 PM)gcp111 Wrote: @CacoFFF: Good luck getting it to work. Just remember to Rebuild All anytime you recompile.
what

if you don't rebuild all instead of build solution it won't clean the build and it'll fuck up Smile
o rly?
im guessing thats because of the long shot you guys do
...cause it works fine on the expensive VS2008 Tongue

Actually i also got the vs2008 with x64 etc,
But when i compile i noticed,
That when it finished it hardly recompiled everything like the exe would still have the old revision number,
So now i just rebuild everytime i compile...
Quite a pain though..
Find
Reply
06-29-2009, 05:40 AM
#19
gcp111
Unregistered
 
(06-29-2009, 02:34 AM)ThuGie Wrote: That when it finished it hardly recompiled everything like the exe would still have the old revision number,

This is because Rebuild All runs a script which updates the revision number.

This is why I tell you to Rebuild All.
Reply
06-29-2009, 06:26 AM
#20
DacoTaco Offline
His royal bitchness Tacoboy
*******
Moderators
Posts: 1,134
Threads: 31
Joined: Mar 2009
(06-29-2009, 05:40 AM)gcp111 Wrote:
(06-29-2009, 02:34 AM)ThuGie Wrote: That when it finished it hardly recompiled everything like the exe would still have the old revision number,

This is because Rebuild All runs a script which updates the revision number.

This is why I tell you to Rebuild All.
lol, most of the time the rev number i correct for me so im not sure what you guys are saying
it only happens if
1) the last commit was wiki change
2) a rare build bug that only builds what was changed not touching dolphin,core or common
3) all you need to do is rebuild common to get right rev number , not all you idiots Tongue
[Image: PeachSig.jpg]
[Image: 566286.png]
[Image: 2280403.png]
Website Find
Reply
« Next Oldest | Next Newest »
Pages (2): « Previous 1 2


  • 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