This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


>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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]