Click to See Complete Forum and Search --> : Errors compiling anything in Visual C++ 6.0


Ken
05-02-2001, 06:03 AM
I'm brand new to C++ and i'm getting the following error for any program
even sample code, e.g a 'hello world' program. I've got Visual C++ 6.0 and
Embedded C++ 3.0 on a NT4.0
machine. Any suggestions?

fatal error C1900: Il mismatch between 'P1' version '19991026' and 'P2' version
'19970710'
Error executing cl.exe.

Victor A. Wagner Jr.
05-02-2001, 11:14 AM
sounds to me like you managed to intermingle your installs and the compilers
are interefering w/ each other

"Ken" <funkymonkeyken@usa.net> wrote:
>
>I'm brand new to C++ and i'm getting the following error for any program
>even sample code, e.g a 'hello world' program. I've got Visual C++ 6.0 and
>Embedded C++ 3.0 on a NT4.0
>machine. Any suggestions?
>
>fatal error C1900: Il mismatch between 'P1' version '19991026' and 'P2'
version
>'19970710'
>Error executing cl.exe.