msvc.rst
changeset 1951 bf622753696f
parent 1950 4756c6a2e0ac
child 1972 4a7c17977b2a
equal deleted inserted replaced
1950:4756c6a2e0ac 1951:bf622753696f
   104   cmd# cl /help 2>&1 | head -n 1 | sed "s=.*Version \([0-9]*\)\.\([0-9]*\)\..*=\1.\2="
   104   cmd# cl /help 2>&1 | head -n 1 | sed "s=.*Version \([0-9]*\)\.\([0-9]*\)\..*=\1.\2="
   105   16.00
   105   16.00
   106 
   106 
   107 Reference:
   107 Reference:
   108 
   108 
       
   109 http://bytepointer.com/msvc/index.htm
       
   110   Microsoft Visual C++ Unofficial Changelists
   109 http://mariusbancila.ro/blog/2015/08/12/version-history-of-vc-mfc-and-atl/
   111 http://mariusbancila.ro/blog/2015/08/12/version-history-of-vc-mfc-and-atl/
   110   Version history of VC MFC and ATL
   112   Version history of VC MFC and ATL
   111 https://en.wikipedia.org/wiki/Microsoft_Visual_Studio#History
   113 https://en.wikipedia.org/wiki/Microsoft_Visual_Studio#History
   112   VS History
   114   VS History
   113 https://en.wikipedia.org/wiki/List_of_Microsoft_codenames#Visual_Studio_family
   115 https://en.wikipedia.org/wiki/List_of_Microsoft_codenames#Visual_Studio_family
   191 Processor pack is compatable with SP5 and incompatible with SP6. It adds support
   193 Processor pack is compatable with SP5 and incompatible with SP6. It adds support
   192 for SSE/SSE2 instruction set.
   194 for SSE/SSE2 instruction set.
   193 
   195 
   194 http://wayback.archive.org/web/20100923113933/http://msdn.microsoft.com/en-us/vstudio/aa718349.aspx
   196 http://wayback.archive.org/web/20100923113933/http://msdn.microsoft.com/en-us/vstudio/aa718349.aspx
   195   Visual C++ 6.0 Processor Pack (for SP5).
   197   Visual C++ 6.0 Processor Pack (for SP5).
       
   198 http://stackoverflow.com/questions/2105322/visual-studio-6-processor-pack-enabling-sse2
       
   199   Visual Studio 6 Processor Pack Enabling SSE2
       
   200 http://bytepointer.com/masm/vcpp5_readme.htm
       
   201   Microsoft Visual C++ Processor Pack Release Readme
       
   202 http://bytepointer.com/download.php?name=vc6pp5_procpack.chm
       
   203   Docs.
       
   204 http://stackoverflow.com/questions/3991043/how-to-install-vs6-sp5-and-proc-pack-on-windows-7
       
   205   How to install VS6, SP5, and Proc Pack on Windows 7?
       
   206 http://stackoverflow.com/questions/186207/visual-studio-6-processor-pack-compatibility
       
   207   Visual Studio 6 Processor Pack compatibility
   196 
   208 
   197 Build MSVC project from command line.
   209 Build MSVC project from command line.
   198 =====================================
   210 =====================================
   199 ::
   211 ::
   200 
   212