Dolphin, the GameCube and Wii emulator - Forums
How to add a patch to a build in Visual Studio C++ 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 add a patch to a build in Visual Studio C++ 2008 express? (/Thread-how-to-add-a-patch-to-a-build-in-visual-studio-c-2008-express)

Pages: 1 2


RE: How to add a patch to a build in Visual Studio C++ 2008 express? - sonic26 - 01-25-2010

(07-22-2009, 02:05 AM)CacoFFF Wrote: Using Tortoise SVN.
Place the patch file where the main project folder is, just to make it easier.
Right click on the file > Tortoise SVN > Apply Patch.
Tortoise Merge should open (with a little windows on its side), on that little window, right click > Patch All.

You may revert the changes by the same process:
Right click in project folder > Tortoise SVN > Revert

excuse me DacoFFF When should I apply the patch I select the folder where the files are all inside the Dolphin (Dolphin IL, dolphin, User etc ...) then on the small window I apply the patch but give me an error says that the file IPC_HLE must go to the src folder but I do not where???

sorry my bad english and thnaks for the answerBig Grin


RE: How to add a patch to a build in Visual Studio C++ 2008 express? - darkshadw - 01-25-2010

Heh :p, u need to select the source folder Wink (Make a new folder download dolphin via turtoise svn then copy the patch to that folder right click the patch and choose patch and select that folder).


RE: How to add a patch to a build in Visual Studio C++ 2008 express? - sonic26 - 01-25-2010

(01-25-2010, 09:30 AM)darkshadw Wrote: Make a new folder download dolphin via turtoise svn

darkshadw sorry I do not understand this part you could tell me how should I do?

thanks anyway for the availability


RE: How to add a patch to a build in Visual Studio C++ 2008 express? - darkshadw - 01-26-2010

Ok, heh umm look at this: http://code.google.com/p/dolphin-emu/wiki/WindowsBuild


RE: How to add a patch to a build in Visual Studio C++ 2008 express? - sonic26 - 01-27-2010

darkshadw thanks but I wanted to know if it is normal when I rebuild my solution at the end of 0 failed 3 skipped and the other success can not understand the 3 skipped ....... anyway thanks again for the helpSmile

sorry my bad english


RE: How to add a patch to a build in Visual Studio C++ 2008 express? - CacoFFF - 01-27-2010

(01-27-2010, 04:41 AM)sonic26 Wrote: darkshadw thanks but I wanted to know if it is normal when I rebuild my solution at the end of 0 failed 3 skipped and the other success can not understand the 3 skipped ....... anyway thanks again for the helpSmile

sorry my bad english

If you get the Dolphin.exe and the plugins, then it's completely normal.


RE: How to add a patch to a build in Visual Studio C++ 2008 express? - James333 - 01-27-2010

The three skiped are from "DSPTool" , "DSPSpy" and "Unit test" . Nothing to worry about


RE: How to add a patch to a build in Visual Studio C++ 2008 express? - sonic26 - 01-27-2010

you're right just select both boxes thanks to all

byeeeeee Smile