Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: From: "Schaible, Joerg" To: "'cygwin-list'" Cc: "'Suhaib M. Siddiqi'" 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 AT sourceware DOT cygnus DOT com