Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <C2D7D58DBFE9D111B0480060086E96358D7271@gftmail.gft.de>
From: "Schaible, Joerg" <Joerg.Schaible@gft.de>
To: "'cygwin-list'" <cygwin@sourceware.cygnus.com>
Cc: "'Suhaib M. Siddiqi'" <ssiddiqi@ipass.net>
Subject: RE: automatic relocation problem? (WAS: problem with 3rd party li
	b)
Date: Fri, 17 Sep 1999 08:19:04 +0200
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2448.0)
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id CAA07958

>You are mixing Microsoft new and old iostream libs.  MSVCRT.lib is
>for new iostream and msvcirt.lib for old iostream.

This is not true. The MSVCRT is the "normal" C-Run-Time, the MSVCIRT
contains the old streams, the MSVCP600 the new ones. And additionally you
may use both - you just have to avoid using the standard streams cout, cerr
and clog with the new and the old version. I would not recommend doing so,
but if a 3rd party uses the old streams, it is not automatically a
show-stoppper for you to use the new ones.

Greetings 
Jörg


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

