![]() |
|
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 - Jefferson - 01-18-2010 Mm....I formated my computer and installed windows ue7 sp2. But now Every time I want to install from the web installer of Visual Studio it freezes when it is going to install .NET FRAMEWORK 3.5. :S. Before in XP SP3 I installed all the necessary to compile whitout problems but now I got some problems. Mm...I have the question: Why that occur? RE: How to: Compile x64 Dolphin with VC++2008 Express - WhiteZero - 01-18-2010 Windows 7 SP2? There is no SP for 7 yet. RE: How to: Compile x64 Dolphin with VC++2008 Express - Jefferson - 01-18-2010 Mm....Well a virus entered my OS and a technician gave me a disk to format it. It is like: Windows XP SP 2 ue7. ue= (unatended edittion) and 7 because is a XP whit the look of a 7 OS. But it keep being Windows XP SP2. RE: How to: Compile x64 Dolphin with VC++2008 Express - WhiteZero - 01-18-2010 (01-18-2010, 08:44 AM)Jefferson Wrote: Mm....Well a virus entered my OS and a technician gave me a disk to format it. Why not just put 7 on it? Having XP with a 7 skin is like having a Yugo with a Ferrari shell.. all the look and none of the features/performance. RE: How to: Compile x64 Dolphin with VC++2008 Express - Jefferson - 01-19-2010 Well....Anyway. How can I solve that? Maybe I have to search in Google? Edit: Nevermind I found a solution "Googling" RE: How to: Compile x64 Dolphin with VC++2008 Express - Jefferson - 01-19-2010 Mm....Sorry for stupid questions... "Go to Windows SDK ISO, folder \Setup, open vc_stdx86.cab. Copy/Extract FL_VCProjectAMD64Platform_dll_76113_76113_x86_ln.3643236F_FC70_11D3_A536_0090278A1BB8 to a temporary folder, rename this file to VCProjectAMD64Platform.dll Go again to *drive*:\*Program Files Folder*\Microsoft Visual Studio 9.0\VC\vcpackages, replace the old, 64bit VCProjectAMD64Platform.dll for the one we just extracted" I dont understand this part. :S. I cant seem to find the vc_stdx86.cab file. :S RE: How to: Compile x64 Dolphin with VC++2008 Express - CacoFFF - 01-20-2010 (01-19-2010, 08:55 AM)Jefferson Wrote: Mm....Sorry for stupid questions... What Windows SDK do you have? Is it actually the ISO file? How are you accessing the ISO? (Daemon, Winrar/7zip, DVD...) RE: How to: Compile x64 Dolphin with VC++2008 Express - defiancenl - 01-20-2010 Hummm my 64bit machine does not compile ? (64bits versions) (it does 32bit versions tho) I did the registry stuff and paths are correct, i renamed the .config to *.Express.config , what could be wrong? ![]() I cannot select 64bit under Tools->options->vc++ Directories -> Platform(dropbox) RE: How to: Compile x64 Dolphin with VC++2008 Express - CacoFFF - 01-21-2010 (01-20-2010, 10:40 PM)defiancenl Wrote: Hummm my 64bit machine does not compile ? (64bits versions) (it does 32bit versions tho) From what i can see: Your SDK added registry entries for a possible 64 bit Visual Studio. Your VC++ 2008 Express is a 32 bit application. You placed the VCExpress entries in the 64 bit zone of the registry, which cannot be accessed by 32 bit apps. Your registry path should be: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VCExpress\9.0\CLSID RE: How to: Compile x64 Dolphin with VC++2008 Express - Jefferson - 01-21-2010 Mm....I am running it from the web installer (download from Microsoft page) |