Source question

Results 1 to 10 of 10
  1. #1
    Sorcerer Supreme Langstra is offline
    Member +Rank
    Feb 2011 Join Date
    Among heroesLocation
    479Posts

    Source question

    Hello guys
    I downloaded the source, opened the all file (clean source-> offical source->all) and compiled it.
    Then it failed to compile account server and in my neuz folder a lot of files were created. So did I do something wrong?


  2. #2
    One word! Im Fawkin Pro! Xakzi is offline
    Grand MasterRank
    Jul 2010 Join Date
    SwedenLocation
    1,356Posts

    Re: Source question

    Langstra, Please, Do Write Down The Followings..

    The Errors You Get :)
    That Will Help People To Know What To Help YOU With..

    Good Luck~

  3. #3
    Sorcerer Supreme Langstra is offline
    Member +Rank
    Feb 2011 Join Date
    Among heroesLocation
    479Posts

    Re: Source question

    First thing I would like to know is if I opened the source right, because I was not sure.

    I read something earlier about having to check some paths, but I just opened that file called all.

  4. #4
    Sorcerer Supreme Langstra is offline
    Member +Rank
    Feb 2011 Join Date
    Among heroesLocation
    479Posts

    Re: Source question

    My buildlog/errorlog.
    Code:
    ------ Rebuild All started: Project: AccountServer, Configuration: Release Win32 ------
    
    Deleting intermediate files and output files for project 'AccountServer', configuration 'Release|Win32'.
    Compiling...
    StdAfx.cpp
    Compiling...
    dpBillingTH.cpp
    ..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR
            (compiler file 'msc1.cpp', line 2701) 
             Please choose the Technical Support command on the Visual C++ 
             Help menu, or open the Technical Support help file for more information
    dpBilling.cpp
    ..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR
            (compiler file 'msc1.cpp', line 2701) 
             Please choose the Technical Support command on the Visual C++ 
             Help menu, or open the Technical Support help file for more information
    dpadbill.cpp
    ..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR
            (compiler file 'msc1.cpp', line 2701) 
             Please choose the Technical Support command on the Visual C++ 
             Help menu, or open the Technical Support help file for more information
    BillingMgrTW.cpp
    ..\_Network\Misc\Include\Misc.h(18) : fatal error C1001: INTERNAL COMPILER ERROR
            (compiler file 'msc1.cpp', line 2701) 
             Please choose the Technical Support command on the Visual C++ 
             Help menu, or open the Technical Support help file for more information
    BillingMgrTH.cpp
    ..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR
            (compiler file 'msc1.cpp', line 2701) 
             Please choose the Technical Support command on the Visual C++ 
             Help menu, or open the Technical Support help file for more information
    BillingMgrJP2.cpp
    ..\_Network\Misc\Include\Misc.h(18) : fatal error C1001: INTERNAL COMPILER ERROR
            (compiler file 'msc1.cpp', line 2701) 
             Please choose the Technical Support command on the Visual C++ 
             Help menu, or open the Technical Support help file for more information
    BillingMgrJP.cpp
    ..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR
            (compiler file 'msc1.cpp', line 2701) 
             Please choose the Technical Support command on the Visual C++ 
             Help menu, or open the Technical Support help file for more information
    BillingMgr.cpp
    exceptionhandler.cpp
    Query.cpp
    xUtil.cpp
    vutil.cpp
    timer.cpp
    scanner.cpp
    memtrace.cpp
    file.cpp
    debug.cpp
    dxutil.cpp
    sock.cpp
    crc.cpp
    Generating Code...
    Compiling...
    buffer.cpp
    ..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR
            (compiler file 'msc1.cpp', line 2701) 
             Please choose the Technical Support command on the Visual C++ 
             Help menu, or open the Technical Support help file for more information
    mytrace.cpp
    heapmng.cpp
    ar.cpp
    globalgiftbox.cpp
    globalgiftbox.cpp(18) : fatal error C1001: INTERNAL COMPILER ERROR
            (compiler file 'msc1.cpp', line 2701) 
             Please choose the Technical Support command on the Visual C++ 
             Help menu, or open the Technical Support help file for more information
    dpwldsrvr.cpp
    ..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR
            (compiler file 'msc1.cpp', line 2701) 
             Please choose the Technical Support command on the Visual C++ 
             Help menu, or open the Technical Support help file for more information
    dpsrvr.cpp
    ..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR
            (compiler file 'msc1.cpp', line 2701) 
             Please choose the Technical Support command on the Visual C++ 
             Help menu, or open the Technical Support help file for more information
    dpdbsrvr.cpp
    ..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR
            (compiler file 'msc1.cpp', line 2701) 
             Please choose the Technical Support command on the Visual C++ 
             Help menu, or open the Technical Support help file for more information
    DBManager.cpp
    c:\Users\Wybren\Downloads\flyff_p_server\clean source\Official Source\AccountServer\dpdbsrvr.h(18) : fatal error C1001: INTERNAL COMPILER ERROR
            (compiler file 'msc1.cpp', line 2701) 
             Please choose the Technical Support command on the Visual C++ 
             Help menu, or open the Technical Support help file for more information
    AccountServer.cpp
    ..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR
            (compiler file 'msc1.cpp', line 2701) 
             Please choose the Technical Support command on the Visual C++ 
             Help menu, or open the Technical Support help file for more information
    account.cpp
    ..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR
            (compiler file 'msc1.cpp', line 2701) 
             Please choose the Technical Support command on the Visual C++ 
             Help menu, or open the Technical Support help file for more information
    Generating Code...
    
    Build log was saved at "file://c:\Users\Wybren\Downloads\flyff_p_server\clean source\Output\AccountServer\Release\BuildLog.htm"
    AccountServer - 15 error(s), 0 warning(s)

  5. #5
    [R8]ℓσℓ32 caja is offline
    Grand MasterRank
    Oct 2008 Join Date
    Here!Location
    1,502Posts

    Re: Source question

    You need VS2003 SP1.

  6. #6
    Sorcerer Supreme Langstra is offline
    Member +Rank
    Feb 2011 Join Date
    Among heroesLocation
    479Posts

    Re: Source question

    So where do I get sp1? Just some googling and that's it?
    Ah found it on microsofts website:P
    VS7.1sp1-KB918007-X86.exe
    156.3MB That is it right?

  7. #7
    Member Hopsopopso is offline
    MemberRank
    Feb 2011 Join Date
    39Posts

    Re: Source question

    Quote Originally Posted by Langstra View Post
    So where do I get sp1? Just some googling and that's it?
    Ah found it on microsofts website:P
    VS7.1sp1-KB918007-X86.exe
    156.3MB That is it right?
    Yes, that should be it.
    Last edited by Hopsopopso; 07-03-11 at 09:51 AM.

  8. #8
    Sorcerer Supreme Langstra is offline
    Member +Rank
    Feb 2011 Join Date
    Among heroesLocation
    479Posts

    Re: Source question

    Well I saw the guide in the release section, takes away all questions. When I get errors again I will post something again here.
    I hope I downloaded the right VS2003, and not the express.

  9. #9
    [R8]ℓσℓ32 caja is offline
    Grand MasterRank
    Oct 2008 Join Date
    Here!Location
    1,502Posts

    Re: Source question

    Quote Originally Posted by Langstra View Post
    Well I saw the guide in the release section, takes away all questions. When I get errors again I will post something again here.
    I hope I downloaded the right VS2003, and not the express.
    Visual Studio 2003 Professional + Service Pack 1 (SP1).

  10. #10
    One word! Im Fawkin Pro! Xakzi is offline
    Grand MasterRank
    Jul 2010 Join Date
    SwedenLocation
    1,356Posts

    Re: Source question

    http://forum.ragezone.com/f457/compile-source-732346/
    How to compile the source good luck <3



Advertisement