首页 > 其它 > 分发C++原生应用 Redistributing a Native C++ Application
2015
08-19

分发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

 

最后编辑:
作者:第五维
这个作者貌似有点懒,什么都没有留下。