Environment
Visual Studio 2005* standard edition or above, Intel® C++ Compiler for Windows* 10.1.xxx, STLport 5.1.5.
STLport is a multiplatform ANSI C++ Standard Library implementation. It is an open-source product. You can download the product from http://sourceforge.net/projects/stlport/. More information about STLport can be found at www.stlport.org/.
Steps:
- Install Visual Studio* 2005.
- Install Intel C++ Compiler for Windows 10.1.xxx.
- Install the source tree of stlport 5.1.5.
- Open a build environment window from [start » all programs » Intel Software Development Tools » Intel C++ Compiler 10.1.x.x » Build Environment for applications running on IA-32].
- From the build environment, build the stlport 5.1.5 with following steps:
- cd [stlport-install-dir]\build\lib
- configure -c icl
- nmake /ficl.mak
- nmake /ficl.mak install
You may learn more on this by going through README.intel and README.msvc from the STLPORT documentation.
The "nmake /ficl.mak install" command is testing stlport before installing it. If you do not get any errors then stlport should work for you.

Comments
Artcle is updated.
Error: Setting C runtime library for compiler other than microsoft ones!