CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1998
    Posts
    1

    Error Message: Internal error during SetupPhase





    I'm getting this message everytime I try to make and EXE file from my project. I tried with a large project and with a simple form with 1 command button and 1 text box. I just keep getting this message:


    LINK: error: Internal error during SetupPhase


    Can someone please help me figure this one out? Please email me.

  2. #2
    Join Date
    Apr 2002
    Location
    UK
    Posts
    1

    Switch off incremental linking

    Switch off incremental linking. (Project, Settings and clear the Link Incrementally box.)


Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured