diff options
-rw-r--r-- | html/en/download_tips.html | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/html/en/download_tips.html b/html/en/download_tips.html index 4852b7b..d34e1f9 100644 --- a/html/en/download_tips.html +++ b/html/en/download_tips.html @@ -264,7 +264,12 @@ http://www.tecgraf.puc-rio.br/iup/en/ide_guide/eclipse.html</a> <tr> <td bgcolor="#DDDDDD" align="right"><b>Win32_vc9</b></td> <td bgcolor="#DDDDDD" class="style3"> Static library built with Microsoft Visual C++ 9.0 (2008) (static RTL/multithread)<br> - Also compatible with Microsoft Visual C++ 2008 Express Edition -<br> + Also compatible with Microsoft Visual C++ 2008 Express Edition</td> + </tr> + <tr> + <td bgcolor="#DDDDDD" align="right"><b>Win32_vc10</b></td> + <td bgcolor="#DDDDDD" class="style3"> Static library built with Microsoft Visual C++ 10.0 (2010) (static RTL/multithread)<br> + Also compatible with Microsoft Visual C++ 2010 Express Edition -<br> <a href="http://www.microsoft.com/express/vc/">http://www.microsoft.com/express/vc/</a> ยน</td> </tr> @@ -289,6 +294,11 @@ http://www.tecgraf.puc-rio.br/iup/en/ide_guide/eclipse.html</a> with vc9, creates dependency with MSVCR90.DLL</td> </tr> <tr> + <td bgcolor="#C0C0C0" align="right"><b>Win32_dll10</b></td> + <td bgcolor="#C0C0C0"> DLL and import library built + with vc10, creates dependency with MSVCR100.DLL</td> + </tr> + <tr> <td bgcolor="#DDDDDD" align="right"><b>Win64_vc8</b></td> <td bgcolor="#DDDDDD"> Same as <b>Win32_vc8</b> but for 64-bits systems using the x64 standard.</td> @@ -309,6 +319,11 @@ http://www.tecgraf.puc-rio.br/iup/en/ide_guide/eclipse.html</a> systems using the x64 standard.</td> </tr> <tr> + <td bgcolor="#DDDDDD" align="right"><b>Win64_dll10</b></td> + <td bgcolor="#DDDDDD"> Same as <b>Win32_dll10</b> but for 64-bits + systems using the x64 standard.</td> + </tr> + <tr> <td bgcolor="#C0C0C0" align="right"><b>Win32_gcc3</b></td> <td bgcolor="#C0C0C0"> Static library built with Cygwin gcc 3.4 (Depends on Cygwin DLL 1.5)</td> |