Thread: MSVC++ 2003 .NET question

  1. #1
    Registered User ~Kyo~'s Avatar
    Join Date
    Jun 2004
    Posts
    320

    MSVC++ 2003 .NET question

    fatal error LNK1000: Internal error during BuildImage. When I googled this I found some pages that didn't shed any new light on the subject. I have never seen this error before and the code was compiling under my old IDE (had to reformat so its gone). Now I get this error with no idea how to fix it. Anyone else have this problem?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Rebuild everything from source using your new IDE
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User ~Kyo~'s Avatar
    Join Date
    Jun 2004
    Posts
    320
    Quote Originally Posted by Salem
    Rebuild everything from source using your new IDE
    I did that actualy did clean then rebuilt. Still isn't working... this is an odd problem.
    Last edited by ~Kyo~; 05-29-2005 at 11:47 AM.

  4. #4
    Registered User
    Join Date
    Apr 2005
    Posts
    41
    post your code it could very well be something in there.

  5. #5
    Registered User ~Kyo~'s Avatar
    Join Date
    Jun 2004
    Posts
    320
    want all 10000 lines? Like I said it worked with an earlier version of MSVC++ so the code should be fine...

    [EDIT]
    Ok I have deterined that is is something with the compiler since it throws that error on every project I have.

    [EDIT #2]
    I solved the problem it was either a corrupt install or possibly it just did not want to work from my 2nd partition. Either way I reinstalled on the OS 's parition and it works now. Thanks for the ideas on how to fix it.
    Last edited by ~Kyo~; 05-29-2005 at 08:31 PM. Reason: Solution

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. .NET Windows Application Question
    By obaid in forum Windows Programming
    Replies: 2
    Last Post: 04-17-2008, 06:33 AM
  2. Question about .NET backwards compatibility
    By gunder in forum C# Programming
    Replies: 5
    Last Post: 09-15-2006, 07:08 AM
  3. compile c programs with visual studio .net 2003
    By kashifk in forum C Programming
    Replies: 4
    Last Post: 10-11-2003, 09:37 PM
  4. Visual C++ .NET 2003 and XP Style
    By kuphryn in forum Windows Programming
    Replies: 1
    Last Post: 10-07-2003, 11:08 AM
  5. VS .NET & XP Pro Question
    By hk_mp5kpdw in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 01-08-2003, 01:07 PM