README.conf for arcemu compiling! menu

User Tag List

Results 1 to 13 of 13
  1. #1
    Kanng's Avatar Member
    Reputation
    7
    Join Date
    Aug 2008
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    README.conf for arcemu compiling!

    I'm going to show those of you that can't understand the README.conf how to get it working step-by-step.

    Just like in my last guide read everything!

    This is basically what the README.conf looks like once you open it up.
    follow along closely so you don't get lost


    Code:
    ArcEmu Win32/64 Libraries Distribution
    ======================================
    
    Installation Instructions:
    Navigate to the directory of your chosen compiler (adjust pathes if necessary):
    
      VS 2003: C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
      VS 2005: C:\Program Files\Microsoft Visual Studio 8\VC
      VS 2008: C:\Program Files\Microsoft Visual Studio 9.0\VC
    
    Copy the files in VC\include to VC\include.
    Copy the files in VC\lib to VC\lib.
    
    Next, you need to compile the zlib and PCRE libraries.
    Depending on your compiler, open the solution under Sources:
      
      VS 2003: VC71-solution.sln
      VS 2005: VC80-solution.sln
      VS 2008: VC90-solution.sln
    
    Depending on the architecture you want to build for, build the configuration:
    
      Release/Win32 if you are under Win32,
      Release/x64 if you are under Win64.
    
    This should make a folder called Output_Release, or Output_x64_Release if you are building for X64.
    In this folder you should find pcre.lib and zlib.lib.
    
    Copy these two .lib files into:
    
      (for Win32)
      VS 2003: C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib
      VS 2005: C:\Program Files\Microsoft Visual Studio 8\VC\lib
      VS 2008: C:\Program Files\Microsoft Visual Studio 9.0\VC\lib
    
      (for Win64)
      VS 2005: C:\Program Files\Microsoft Visual Studio 8\VC\lib\amd64
      VS 2008: C:\Program Files\Microsoft Visual Studio 9.0\VC\lib\amd64
    
    The two DLL files provided with this distribution should go in your binary folder, OR
    under C:\Windows\System32.
    
    This only has to be done once per compiler!
    When you update ArcEmu, this doesn't need to be done each time.
    
    Now you can build ArcEmu as normal.
    to start off, you should have downloaded and installed the files from my last guide. If you haven't please do so now.

    Lets Start:

    Open "My Documents" in you start menu.
    Once there put this in the Address Bar: C:\Program Files\Microsoft Visual Studio 9.0\VC
    ok once there open up the filed called "include"

    now go to Branches\Extras\Arcemu-Window-Libraries\VC
    in there open up the file "include"
    copy everything from the Branches\Extras\Arcemu-Window-Libraries\VC\Include to C:\Program Files\Microsoft Visual Studio 9.0\VC\

    do the same with Branches\Extras\Arcemu-Window-Libraries\VC\lib
    to C:\Program Files\Microsoft Visual Studio 9.0\VC\lib

    now go to branches\extras\arcemu-windows-libraries\Sources
    and open VC90-solution.sln
    once open, you will see 2 boxes that say debug//Win32
    change "debug" to "release"
    go to the "build" tool and select "clean solution"
    once that is done go back to the "build" tool and select "build solution"

    close VC90-solution.sln
    and there should be a folder called "Output-release"
    open it and copy pcre.lib and zlib.lib to C:\Program Files\Microsoft Visual Studio 9.0\VC\lib

    go back to branches\extras\arcemu-windows-libraries
    now open the folder called "DLL Files"
    once in the copy both those files into C:\WINDOWS\System32


    Congrats You Have Made It Through The ReadMe.conf!

    now report back to my previous guide
    http://www.mmowned.com/forums/ascent...te-server.html

    README.conf for arcemu compiling!
  2. #2
    Appled's Avatar Contributor
    Reputation
    105
    Join Date
    Apr 2007
    Posts
    568
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This was very helpful Thanks man! +REP

  3. #3
    haxadin's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have a problem when i open VC90-solution.sln i get 2 errors that say: C:\blabla....\Sources\VC90-Pcre.vcproj cannot be opened because its project type (.vcproj) is not supported by this Version of application.
    To open it please use a version that supports this type of project.
    OK Help

    anyone knows what to do?

  4. #4
    Kanng's Avatar Member
    Reputation
    7
    Join Date
    Aug 2008
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well i'm not the best with C++ sorry to say, i suggest you take it up with www.arcemu.org sorry for not being helpful.
    Last edited by Kanng; 12-09-2008 at 11:00 AM.

  5. #5
    thelastsurviver123's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When i open "VC90-solution.snl" it opens but i can't find debug and Win32.

    Where is it supposed top be, would really help if there where screen shots.

  6. #6
    arandd's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    RE

    You need to right click VC90-solution in the program and hit properties in the program, then configuration properties, will be at top. That is only ONE way.

  7. #7
    Kanng's Avatar Member
    Reputation
    7
    Join Date
    Aug 2008
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thelastsurviver123 View Post
    When i open "VC90-solution.snl" it opens but i can't find debug and Win32.

    Where is it supposed top be, would really help if there where screen shots.
    lol i'll explain it more thoroughly, find the build tool up at the top, then go to build configurations and it should be there as a drop-down menu so just press ok once you've change debug to released.

  8. #8
    arandd's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    RE: haxadin

    Originally Posted by haxadin View Post
    i have a problem when i open VC90-solution.sln i get 2 errors that say: C:\blabla....\Sources\VC90-Pcre.vcproj cannot be opened because its project type (.vcproj) is not supported by this Version of application.
    To open it please use a version that supports this type of project.
    OK Help

    anyone knows what to do?
    Did you install the right program? This happened to me at first because I had installed the Visual BASIC So make sure you install the C++. Try open with if it won't open

  9. #9
    Kanng's Avatar Member
    Reputation
    7
    Join Date
    Aug 2008
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by arandd View Post
    Did you install the right program? This happened to me at first because I had installed the Visual BASIC So make sure you install the C++. Try open with if it won't open
    thanks, was about to get to that, having a slow week.

  10. #10
    colincancer's Avatar Active Member
    Reputation
    63
    Join Date
    Dec 2007
    Posts
    509
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice job!!!
    #JODYS'WATCHiN

  11. #11
    zwhit's Avatar Member
    Reputation
    3
    Join Date
    Nov 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Much thanks dude, didn't really understand the .conf file at first so thanks for translating below the file, :P.

  12. #12
    Lordblah's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i figured out my own question :P
    but another problem.
    i didnt have DBC files in my DBC folder why?
    and also, i dont want my server to be NDBC, i just want the SQLs World and Logon/characters.
    i found 2 worlds and like 4 logons/characters.
    can u plz help me?
    Last edited by Lordblah; 12-23-2008 at 11:06 AM.

  13. #13
    DKDéáth's Avatar Banned
    Reputation
    85
    Join Date
    Dec 2008
    Posts
    181
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im not gettign an output file ?

Similar Threads

  1. Flexible Database Editor for Arcemu
    By latruwski in forum WoW EMU Programs
    Replies: 366
    Last Post: 10-05-2009, 02:43 PM
  2. [Release] Uber Morpher, GlobalNPC, Wishing Stone, FriendPorter for 4541 Compiles
    By LordJedi in forum World of Warcraft Emulator Servers
    Replies: 78
    Last Post: 06-29-2008, 01:41 PM
  3. [Release] Buffer Item, SkillNPC, HealNPC for ALL Compiles
    By LordJedi in forum World of Warcraft Emulator Servers
    Replies: 16
    Last Post: 05-24-2008, 07:24 PM
  4. Replies: 4
    Last Post: 04-26-2008, 12:01 AM
  5. 6 Different Women Faint For Obama Compilation
    By piree in forum Community Chat
    Replies: 3
    Last Post: 02-22-2008, 07:17 PM
All times are GMT -5. The time now is 02:53 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search