PDA

View Full Version : Yay I can get to the build but theres a problem



DarkMagnum
September 1st, 2008, 01:55
Well I finnally got it to build with then 2005 version of visual studios! But theres a problem! T_T Look at my build and tell me what I should do please!

http://pastie.org/private/prmgfnqftj2qkabdibb7oq

Something tells me it has something to do with windows.h =(

Cyberman
September 1st, 2008, 02:22
First question is do you know what you are doing? :)

And what's wrong with Xtreme2damax (http://www.xtemu.com/downloads-section-30.html)builds? If you aren't doing development it's better to use someone who has the tools and knows how to use them.

Cyb

DarkMagnum
September 1st, 2008, 02:47
First question is do you know what you are doing? :)

And what's wrong with Xtreme2damax (http://www.xtemu.com/downloads-section-30.html)builds? If you aren't doing development it's better to use someone who has the tools and knows how to use them.

Cyb

Course I dont know what im doing :P

Xtreme2damax
September 1st, 2008, 20:34
If you don't have the Dolphin SVN folder on the root of your main Windows drive, you will get these errors.

Either move the Dolphin SVN folder to the root of your C:\ drive or do this as mentioned by someone at Ngemu and on the Googlecode website:

right click the common project on the right and click properties
go to build events ->pre-build events

change that command line to this:


"$(ProjectDir)SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)\src\svnrev_template.h" "$(ProjectDir)\src\svnrev.h"

click ok and do the same for DolphinWX but this time use this line:


"$(ProjectDir)..\Common\SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)..\Common\src\svnrev_templa te.h" "$(ProjectDir)..\Common\src\svnrev.h"

As mentioned you should only be compiling these if you know what you are doing, if not you should stick to the pre-built versions. Myself, daco and others have been compiling and uploading new revisions for a while.

Revisions and unofficial beta's are only meant for those who are interested in coding or contributing to the project by improving it. While I may not know much at this time, I do plan on learning more about coding and emulation, and possibly try to dive in the Dolphin source to fix some things or contribute to future emulation projects.

DarkMagnum
September 4th, 2008, 23:24
To the root of my C:\ Drive? As in
C:\Dolphin? PS: Doing that code thing you specified made things worse (even more errors :O) The only error I get while putting it in C:\ is something about atl