Results 1 to 2 of 2

Thread: compiler error message not understood

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2000
    Posts
    5

    Talking compiler error message not understood

    I wanted to compile the simplest program with MS Visual C++ but I keep getting the same error message no matter what I try. Here is the code I attempted to compile, build, and execute:

    #include <stdio.h>
    main()
    {
    printf("Hello World!");
    return 0;
    }




    Here is my error message:




    --------------------Configuration: test4 - Win32 Debug--------------------
    Compiling...
    test4.cpp
    fatal error C1900: Il mismatch between 'P1' version '19991026' and 'P2' version '19970710'
    Error executing cl.exe.

    test4.obj - 1 error(s), 0 warning(s)


    Please help me as I am getting sick of this problem!

  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    Try deleting the output files and compile again.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

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