Dolphin, the GameCube and Wii emulator - Forums
x64 compiler - silly microsoft installers - 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: x64 compiler - silly microsoft installers (/Thread-x64-compiler-silly-microsoft-installers)

Pages: 1 2


RE: x64 compiler - silly microsoft installers - DacoTaco - 06-28-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;


RE: x64 compiler - silly microsoft installers - CacoFFF - 06-28-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.


RE: x64 compiler - silly microsoft installers - gcp111 - 06-28-2009

(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


RE: x64 compiler - silly microsoft installers - DacoTaco - 06-28-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


RE: x64 compiler - silly microsoft installers - gcp111 - 06-28-2009

(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


RE: x64 compiler - silly microsoft installers - DacoTaco - 06-28-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


RE: x64 compiler - silly microsoft installers - CacoFFF - 06-28-2009

It's done!, see my tutorial

I'm done here, 6 in the morning, gotta go to bed.
See ya.


RE: x64 compiler - silly microsoft installers - ThuGie - 06-29-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..


RE: x64 compiler - silly microsoft installers - gcp111 - 06-29-2009

(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.


RE: x64 compiler - silly microsoft installers - DacoTaco - 06-29-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