automatic relocation problem? (WAS: problem with 3rd party lib)

Schaible, Joerg Joerg.Schaible@gft.de
Thu Sep 30 23:42:00 GMT 1999


>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



More information about the Cygwin mailing list