Fatal Error C1001 when compiling

Results 1 to 6 of 6
  1. #1
    Elite Member Spitfire76 is offline
    Member +Rank
    Jun 2009 Join Date
    FranceLocation
    223Posts

    Fatal Error C1001 when compiling

    Hello,

    I tried using Microsoft Visual Studio 2003 Entreprise version to compile the source.
    I'm using another source which contains "WorldDialog".

    The compiling was correct until 8 files, but the last, AccountServer, returns me a lot of Fatal Errors :

    AccountServer log :

    Spoiler:

    ------ 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
    c:\_____________________________\_Network\Net2\include\dpsock.h(610) : 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
    c:\_____________________________\_Network\Net2\include\dpsock.h(610) : 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
    c:\_____________________________\_Network\Net2\include\dpsock.h(610) : 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
    c:\_____________________________\_Network\Net2\include\dpsock.h(610) : 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
    c:\_____________________________\_Network\Net2\include\dpsock.h(610) : 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
    c:\_____________________________\_Network\Net2\include\dpsock.h(610) : 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
    c:\_____________________________\_Network\Net2\include\dpsock.h(610) : 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
    c:\_____________________________\_Network\Net2\include\dpsock.h(610) : 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
    c:\_____________________________\_Network\Net2\include\dpsock.h(610) : 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
    c:\_____________________________\_Network\Net2\include\dpsock.h(610) : 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
    c:\_____________________________\_Network\Net2\include\dpsock.h(610) : 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
    c:\_____________________________\_Network\Net2\include\dpsock.h(610) : 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:\_____________________________\_Network\Net2\include\dpsock.h(610) : 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
    c:\_____________________________\_Network\Net2\include\dpsock.h(610) : 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
    c:\_____________________________\_Network\Net2\include\dpsock.h(610) : 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:____________________\AccountServer\Release\BuildLog.htm"
    AccountServer - 15 error(s), 0 warning(s)


    Anyone know how to fix it ?

    _________________________________

    EDIT :

    With Ragezone's community help, I get VS2003 running perfectly.

    My problem was that I didn't install VS2003 Service Pack 1, so if you have the same error, be sure that SP1 is correctly installed.
    You can have an error during the installation of this Service Pack ("Error 1606. Could not acces network location VS Developpers (could not create groupe.") try run the installation as administrator.
    Last edited by Spitfire76; 18-11-11 at 08:14 PM.


  2. #2
    Sorcerer Supreme xHeinrich is offline
    Member +Rank
    Dec 2010 Join Date
    QueenslandLocation
    311Posts

    Re: Fatal Error C1001 when compiling

    Using MVS2003 SP1?

  3. #3
    Elite Member Spitfire76 is offline
    Member +Rank
    Jun 2009 Join Date
    FranceLocation
    223Posts

    Re: Fatal Error C1001 when compiling

    I forgot installing SP1, thanks.
    After reading your answer, I downloaded the SP1 installer. The Setup Wizard detect my configuration and install the Service Pack. After few minutes, it shows me an error :



    Do you know why ?

  4. #4
    i sell platypus Improved is offline
    Grand MasterRank
    Jun 2009 Join Date
    DenmarkLocation
    2,819Posts

    Re: Fatal Error C1001 when compiling

    Run it as administrator?

  5. #5
    Elite Member Spitfire76 is offline
    Member +Rank
    Jun 2009 Join Date
    FranceLocation
    223Posts

    Re: Fatal Error C1001 when compiling

    Done !

    Thanks for help !

  6. #6
    i sell platypus Improved is offline
    Grand MasterRank
    Jun 2009 Join Date
    DenmarkLocation
    2,819Posts

    Re: Fatal Error C1001 when compiling

    Quote Originally Posted by Spitfire76 View Post
    Done !

    Thanks for help !
    We would really appreciate if you updated the main thread with the solution so when someone else stumble upon this, they'd know how to fix it as well.



Advertisement