进行远程开发

See Also 

可以在本地主机(从中启动 IDE 的系统)或运行 UNIX® 操作系统的远程主机上生成、运行和调试项目。

When you create a project, the current development host is selected as the development host for the project. 可以在“项目属性”对话框的“生成”面板中更改项目的开发主机。You can also right-click a project node and select Set Remote Development Host.

“选项”窗口的“生成工具”标签中,可以定义远程开发主机。

To develop a project on a remote host, both the remote host and local host must have access to the project files. File access can be accomplished in several ways:

You can select the file synchronization strategy when you define the remote host, after you connect to the host in the New Remote Development Host wizard. You can change the synchronization any time by going to the Manage Hosts dialog (right-click project node, and select Set Remote Development Host > Manage Hosts. Select the hostname and click Properties.

After you have set up a remote development host, you can use it as your build machine simply by selecting the remote development host in your project properties. Then you can use the IDE to build your project in the same way you do locally. The advantage of remote development is that you can gain access to compilers and tools that you might not have on your local host.  The remote server may also have more robust hardware, such as multicore processors to enable parallel processing of your builds.

 

另请参见
  配置生成工具
C/C++ 项目属性对话框:生成

法律声明