Connecting Your PC to a Win64 PC
Go Up to Steps in Creating Cross-Platform Applications
If you use a 64-bit Windows development system: You can develop, run, and debug Win64 applications stand-alone, without being connected to another PC. However, you should consider using the Platform Assistant and a remote profile (the new debugging solution, described in this topic), which enables you to use the Deployment Manager.
If you use a 32-bit Windows development system: You must use remote debugging in order to run and debug your Win64 applications, which by definition can run only on a Win64 system. To run, debug or deploy a 64-bit Windows application, you need to have a live connection to a 64-bit Windows system.
Contents |
Required Development System
To create cross-platform applications for the Win64 platform, your development system can be either of the following:
- A PC that is running a 64-bit Windows operating system
- A 32-bit development PC connected to a PC that is running a 64-bit Windows operating system
If You Have a 64-bit Windows Development System
If you are running the RAD Studio IDE on a 64-bit Windows development system, using the Platform Assistant and a remote profile is optional. You can create, run, and debug your 64-bit application on your 64-bit Windows PC. However, using the Platform Assistant and a remote profile has several advantages. For example, it facilitates debugging and allows you to use the Deployment Manager for deploying your applications.
If You Have a 32-bit Windows Development System
To use a remote 64-bit PC for running and debugging your Win64 application, you can use either of the following:
- The new remote and cross-platform debugging solution:
- You use the Platform Assistant and a remote profile describing the remote Win64 system. In addition, you must have a live connection to the remote Win64 system for running and debugging your Win64 cross-platform application. To test a connection, use the Remote Profiles dialog box. For more information, see Debugging Cross-Platform Applications.
- The old-style remote debugging solution:
- You have to manually copy a set of files, including the remote debugger, to the target platform. For more information, see Remote Debugging - Old-Style Procedures.
Making the Connection (Using a 32-bit Windows System)
Typically, you connect a 32-bit Windows system to a 64-bit Windows system using any of the following:
- A local area network (LAN), typically Ethernet
- A Virtual Machine (VM)
- Remote Desktop Connection