Thread: error message while debugging

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Mar 2013
    Posts
    2

    error message while debugging

    Hi, I'm getting an error message that I can't seem to fix. The error clearly states that during the link aspect of the debugging and build there is an error that says that the stdio.h file is either missing, invalid or corrupt. When I try to program using any of the other headers I'm getting the same error. The files are there I can see them in the include folder, so I'm asking what can I do to fix all these headers and beware I am a beginner at programming and using any kind of compiler. This is the error I receive. 1>------ Build started: Project: hello, Configuration: Debug Win32 ------
    1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========= Can someone please help me fix this as this is the compiler I am required to use for an online course and all instruction is given for the Microsoft visual 2010 express edition. Also the only file I think that's being referenced is the #include <stdio.h>.
    Last edited by mbechmann; 03-17-2013 at 10:56 PM. Reason: added to my post

  2. #2
    Registered User
    Join Date
    Mar 2013
    Posts
    2
    also I forgot the program is Microsoft Visual C++ 2010 Express, any help with this error or how to fix it would be greatly appreciated.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Debugging error
    By vexed in forum C Programming
    Replies: 3
    Last Post: 03-08-2011, 01:44 PM
  2. Debugging error
    By vexed in forum C Programming
    Replies: 5
    Last Post: 03-08-2011, 11:46 AM
  3. C runtime debugging error
    By spongefreddie in forum C Programming
    Replies: 14
    Last Post: 11-19-2010, 02:59 PM
  4. Replies: 13
    Last Post: 10-08-2010, 05:35 PM
  5. Debugging link error
    By bubux in forum C Programming
    Replies: 5
    Last Post: 07-06-2002, 02:19 PM