You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2018/01/30 22:42:44 UTC

[geode-native] branch develop updated: Update docs to support Visual Studio 2013 and .NET Framework 4.5.2

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new d86aac4   Update docs to support Visual Studio 2013 and .NET Framework 4.5.2
d86aac4 is described below

commit d86aac473fbaf53c764006c4569667c6744fc63e
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Tue Jan 30 14:42:37 2018 -0800

     Update docs to support Visual Studio 2013 and .NET Framework 4.5.2
---
 .../introduction/developing-windows.html.md.erb            | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/docs/geode-native-docs/introduction/developing-windows.html.md.erb b/docs/geode-native-docs/introduction/developing-windows.html.md.erb
index c8d2639..8c1c669 100644
--- a/docs/geode-native-docs/introduction/developing-windows.html.md.erb
+++ b/docs/geode-native-docs/introduction/developing-windows.html.md.erb
@@ -19,11 +19,9 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-<%=vars.product_name%> uses the Visual Studio 2010 Service Pack 1 compiler for C++ programs on Windows, which invokes Microsoft<sup>®</sup> `cl.exe` from the command line at compile time.
+The <%=vars.product_name%> C++ client uses the Visual Studio 2013 compiler for C++ programs on Windows, which invokes Microsoft<sup>®</sup> `cl.exe` from the command line at compile time.
 
-The <%=vars.product_name%> client supports .NET 4.0 and Visual Studio 2010. For advantages and more information on the features of .NET 4.0 and Visual Studio 2010 SP1, see [http://msdn.microsoft.com/en-us/library/dd831853(v=vs.100).aspx](http://msdn.microsoft.com/en-us/library/dd831853(v=vs.100).aspx) and [http://msdn.microsoft.com/en-us/library/vstudio/w0x726c2(v=vs.100).aspx](http://msdn.microsoft.com/en-us/library/vstudio/w0x726c2(v=vs.100).aspx).
-
-Visual Studio 2010 SP1 is the recommended compiler. If you are using any other compiler, contact technical support for assistance.
+The <%=vars.product_name%> .NET client supports .NET 4.5.2 and Visual Studio 2013. Visual Studio 2013 is the recommended compiler. If you are using any other compiler, contact technical support for assistance.
 
 **Note:** When compiling external projects or applications that are used or referenced by the client, make sure that you compile them for the same target architecture as your client installation. For example, if you installed the 32-bit (x86) version of the client, compile your external projects for 32-bit (x86) architecture.
 
@@ -38,11 +36,11 @@ After you have built the client libraries on  Windows, perform these tasks:
 
 For 32-bit:
 
-Start &gt; Programs &gt; Microsoft Visual Studio &gt; 2010 &gt; Visual Studio Tools &gt; Visual Studio 2010 Command Prompt
+Start &gt; Programs &gt; Microsoft Visual Studio &gt; 2013 &gt; Visual Studio Tools &gt; Visual Studio 2013 Command Prompt
 
 For 64-bit:
 
-Start &gt; Programs &gt; Microsoft Visual Studio 2010 &gt; Visual Studio Tools &gt; Visual Studio 2010 x64 Win64 Command Prompt
+Start &gt; Programs &gt; Microsoft Visual Studio 2013 &gt; Visual Studio Tools &gt; Visual Studio 2013 x64 Win64 Command Prompt
 
 To build using the Microsoft Visual Studio Interface, from the Solutions Platform, choose **Win32** or **x86** from the Build menu for 32-bit builds or x64 for a 64-bit build.
 
@@ -62,8 +60,8 @@ If you want to use the Visual Studio user interface instead of invoking `cl.exe`
 | `/GR`                             | Runtime type information.                                                                                             |
 | `-I%GEODE%\include`               | Specifies the <%=vars.product_name%> `include` directory.                                                 |
 | `%GEODE%\lib\gfcppcache.lib`      | Specifies the library file for the shared library.                                                                    |
-| `/D_CRT_SECURE_NO_DEPRECATE`      | Suppresses warnings. Required for Visual Studio 2010.                                                                 |
-| `/D_CRT_NON_CONFORMING_SWPRINTFS` | Suppresses warnings. Required for Visual Studio 2010.                                                                 |
+| `/D_CRT_SECURE_NO_DEPRECATE`      | Suppresses warnings. Required for Visual Studio 2013.                                                                 |
+| `/D_CRT_NON_CONFORMING_SWPRINTFS` | Suppresses warnings. Required for Visual Studio 2013.                                                                 |
 
 
 ## <a id="developing-windows__section_B66588EC7C6F4D9BA772406CFD5F3EAE" class="no-quick-link"></a>Step 4. Verify that You Can Load the Client Library

-- 
To stop receiving notification emails like this one, please contact
dbarnes@apache.org.