PRB: Alpha Platform Not Available When Adding ConfigurationsLast reviewed: July 30, 1997Article ID: Q172177 |
The information in this article applies to:
SYMPTOMSIf you move a project from the Intel platform to the Alpha RISC platform and attempt to add a new Alpha configuration (for example, by selecting Build|Configurations...|Add... from the Developer Studio menu) Developer Studio does not provide an option to choose "Win32(Alpha)" in the platform combo box.
CAUSEVisual C++ RISC Edition is not a cross-development environment, but rather a native-development environment and is, therefore, not presented as a unique configuration platform. Additional platforms are only available in the Platforms combo box if they produce code that runs on a platform other than the native environment. Examples of this are the Visual C++ development environments for Apple Macintosh and Windows CE. These platform types must be built on the Intel platform, but they produce code that only runs on their respective platform architectures.
RESOLUTIONIn native Visual C++ development environments, simply add a "Win32" platform and use the configuration name to identify the platform. For example, you might use the names "AlphaRelease" and "AlphaDebug" on the Alpha platform.
MORE INFORMATIONUnder Visual C++ version 4.0 RISC Edition, the Win32 platform name is displayed as "Win32 (platform)". For example, "Win32 (MIPS)", "Win32 (ALPHA)", etc. The Visual C++ 5.0 documentation incorrectly implies that the platforms will be presented in a similar manner. An existing 4.x project that contains the Win32 (platform) form of the configuration name will retain this name when migrated to Visual C++ version 5.0.
REFERENCESThe following section is located in the Visual C++ version 5.0 Professional RISC Edition online documentation:
- Port Visual C++ Applications Between Intel-Based and RISC Platforms (Alpha or PowerPC) mk:@ivt:vccore/F3/D6/S4D143.HTM Keywords : VCAlpha VwbIss Version : WINDOWS NT:5.0 Platform : NT WINDOWS Hardware : ALPHA Issue type : kbdocerr kbprb Solution Type : kbworkaround |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |