Use older version of MSVCR?
Posted
by user146780
on Stack Overflow
See other posts from Stack Overflow
or by user146780
Published on 2010-04-24T23:06:50Z
Indexed on
2010/04/24
23:13 UTC
Read the original article
Hit count: 204
I have VS 2008 and I want my application to work with Windows 98 without needing to include MSVCR90.dll .. Win98 comes with MSVCR60 so how could I tell MSVC to do this? Is my only option to hunt down Visual studio 6?
Thanks
*also I want to avoid static linking msvcr
© Stack Overflow or respective owner