Results 1 to 5 of 5
  1. #1
    EmuTalk Member
    Join Date
    Aug 2008
    Posts
    10

    Thumbs down Yay I can get to the build but theres a problem

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


    • Advertising

      advertising
      EmuTalk.net
      has no influence
      on the ads that
      are displayed
        
       

  2. #2
    Moderator Cyberman's Avatar
    Join Date
    Nov 2001
    Posts
    1,824
    First question is do you know what you are doing?

    And what's wrong with Xtreme2damax builds? If you aren't doing development it's better to use someone who has the tools and knows how to use them.

    Cyb
    Last edited by Cyberman; September 1st, 2008 at 01:25.
    Progress (n.):
    The process through which the Internet has evolved from smart people in front of dumb terminals to dumb people in front of smart terminals.
    -------------------------------------------------------------------
    Recursive (adj):
    see Recursive

  3. #3
    EmuTalk Member
    Join Date
    Aug 2008
    Posts
    10
    Quote Originally Posted by Cyberman View Post
    First question is do you know what you are doing?

    And what's wrong with Xtreme2damax 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

  4. #4
    EmuTalk Member
    Join Date
    Jul 2006
    Posts
    417
    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:

    Code:
    "$(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:

    Code:
    "$(ProjectDir)..\Common\SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)..\Common\src\svnrev_template.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.


  5. #5
    EmuTalk Member
    Join Date
    Aug 2008
    Posts
    10
    To the root of my C:\ Drive? As in
    Code:
    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
    Last edited by DarkMagnum; September 4th, 2008 at 22:34.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •