Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Does Intel C++ compiler have its own Runtime Library?

theprogrammer
Beginner
301 Views
The Runtime LibraryforVisual Studio 2005 is called msvcr80.dll, I'm wondering if Intel C++ compiler has its own Runtime Library too?
Thanks
0 Kudos
1 Reply
TimP
Honored Contributor III
301 Views
ICL requires the msvcrt, although it provides its own version of certain functions. VS2005 made incompatible changes. ICL 9.1 will adjust for them.
0 Kudos
Reply