Dolphin, the GameCube and Wii emulator - Forums
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)

Pages: 1 2 3 4 5 6 7 8 9 10 11


RE: How to: Compile x64 Dolphin with VC++2008 Express - dstruct2k - 08-22-2009

That's not an error, that's a warning. Warnings will still allow full compilation.

I once worked on a project that compiled with 0 errors and over 3000 warnings. The compiled app still ran. (Wish I could remember what app that was... I think it was ArcEmu Confused)


RE: How to: Compile x64 Dolphin with VC++2008 Express - nerji - 08-26-2009

Hey,

I haven't tried compiling dolphin in the last week or so but when i tried last night i 8 failed, it repeats
LINK : fatal error LNK1181: cannot open input file 'wxbase28u.lib'
alot in the output window. Trying to compile as x64 and it worked fine before.

thanks for any help that can be given

EDIT
ah sorry found a thread which is having same problems as me


RE: How to: Compile x64 Dolphin with VC++2008 Express - dstruct2k - 08-27-2009

Please make sure you're compiling the externals solution before trying to compile the Dolphin solution!

I'm still here to help if anyone needs it. Smile


RE: How to: Compile x64 Dolphin with VC++2008 Express - nerji - 08-27-2009

Hey,

When ever i open the externals.sln i get the error that
solution folders are not supported in this version of the application. solution folder "wxWidgets" will be displayed as unavailable.
everything else compiles but the wxwidgets


RE: How to: Compile x64 Dolphin with VC++2008 Express - CacoFFF - 08-28-2009

Let me see what's going on...
Have you been able to produce a fully functional Dolphin?
The same thing happened to me... but no problems probably because I had already compiled wxWidgets from older revs...
Dunno what will the effect be for those who haven't compiled Dolphin yet.


RE: How to: Compile x64 Dolphin with VC++2008 Express - nerji - 08-29-2009

(08-28-2009, 03:09 AM)CacoFFF Wrote: Let me see what's going on...
Have you been able to produce a fully functional Dolphin?
The same thing happened to me... but no problems probably because I had already compiled wxWidgets from older revs...
Dunno what will the effect be for those who haven't compiled Dolphin yet.

Yeah, I've been compiling dolphin fine since around rev 3500, which is why its annoying. Now with the 3 solution files, I'm getting alot more of the same error, in the
dolphin.sln Base, GUI, Plugins are unavailable
externals.sln still wxWidgets unavailable
programs.sln Base, Programs are unavailable


RE: How to: Compile x64 Dolphin with VC++2008 Express - nerji - 08-31-2009

I can compile dolphin.sln again and its working, although get the same errors for the other solutions


RE: How to: Compile x64 Dolphin with VC++2008 Express - dstruct2k - 09-02-2009

The issue is that the Projects files are organised into folders in the Solution file... this works fine in VS2008, but not in Express flavors.

The folders are purely for cosmetic reasons, the attached patch file will remove the solution folders and allow full compilation on Express. Smile


RE: How to: Compile x64 Dolphin with VC++2008 Express - Gombit - 09-08-2009

i cant compile anymore. something wrong with MainNoGUI.cpp.
i only know how to follow instruction from this thread. i don't know what to do with that or if I'm doing something wrong. i just notice that cpp is red marked and my build keeps failing because vc++express is complaining about that.

I'm using dolphin.sln. i don't know what the other solutions are for.


RE: How to: Compile x64 Dolphin with VC++2008 Express - LuisR14 - 09-08-2009

go to the folder where you have the svn downloaded to and right click in it and click on "TortoiseSVN->Resolved..." and click on the file then click ok Tongue Smile