Building a 32-bit User Space Application
Follow the steps below to create a 32-bit User Space RTSS application.
To build a 32-bit User Space application:
- Create an RTX64 application using the RTX64 Application template in Visual Studio. For more information, see Using the RTX64 Application Template.
- Right click on the solution name in the Visual Studio Solution Explorer window, and then choose Configuration Manager… from the context menu.
- The Configuration Manager window appears. On the Active solution platform: menu, choose <New…>.
- The New Solution Platform dialog appears, showing Win32 under Type or select the new platform.
- Click Close. The Solution Platforms list box should now show Win32:
- Select either Release or Debug from the Solution Configurations list box:
- Build the project normally.
NOTE: It is not possible to build a working RTSS or RTDLL binary using the following combinations from the Solution Configurations and Solution Platforms list boxes:
- RTSSDebug / Win32
- RTSSRelease / Win32
NOTE: Batch builds that include the following configurations will fail:
- RTSSDebug / Win32
- RTSSRelease / Win32
To resolve this issue, clear the check boxes for each configuration.
Related topics:
- Upgrading RTX64 Projects
- Supported Visual Studio Versions
- Supported .NET Versions
- Setting up Visual Studio for RTX64 Templates
- Using the RTX64 Application Template
- Using the RTX64 RTDLL Template
- Compiler and Linker Options
- Developing Applications with Visual Studio 2012
- Visual Studio C Runtime Support
- Language-Specific Notes