Notice: 函数 WP_Object_Cache::get 的调用方法不正确。 缓存键不能为空字符串。 请查阅调试 WordPress来获取更多信息。 (这个消息是在 6.1.0 版本添加的。) in /data/wordpress/joycode.com.cn/wp-includes/functions.php on line 6170

Notice: 函数 WP_Object_Cache::set 的调用方法不正确。 缓存键不能为空字符串。 请查阅调试 WordPress来获取更多信息。 (这个消息是在 6.1.0 版本添加的。) in /data/wordpress/joycode.com.cn/wp-includes/functions.php on line 6170

分发C++原生应用 Redistributing a Native C++ Application

原文 https://msdn.microsoft.com/en-us/library/aa984514.aspx

Visual Studio .NET contains functionality that lets you redistribute your applications. See Deploying Applications and Components for more information. This section discusses how you can determine the dependencies of a native, or unmanaged, Visual C++ .NET application. For information on deploying applications built with the .NET Framework, see Deploying .NET Framework Applications.

When you develop an application using Visual C++ .NET, you have the advantage of working on a computer that is not only a good development environment, but is also an ideal environment on which to run and test applications. However, when you want to ship your application, you need to redistribute all of the files needed to support the application on the target system.

The following topics discuss redistribution in more detail:

See Also

Deployment

 

THE END