INFO: Migrating Visual C++ for Windows to Windows NT
Article ID: 103719
Article Last Modified on 12/2/2003
APPLIES TO
- Microsoft Visual C++ 1.0 Professional Edition
- Microsoft Visual C++ 2.0 Professional Edition
- Microsoft Visual C++ 2.1
- Microsoft Visual C++ 4.0 Standard Edition
- Microsoft Visual C++ 5.0 Enterprise Edition
- Microsoft Visual C++ 5.0 Professional Edition
This article was previously published under Q103719
SUMMARY
When porting a simple application built by AppWizard from Visual C++
for Windows to Visual C++ 32-bit Edition, a few changes are needed.
Here are some helpful hints:
- The .MAK files are not compatible, so a new one must be created.
- The <PROJECT>.RC2 file includes VER.H, which has been changed to
WINVER.H for Windows NT, so this must be modified.
Keywords: kbinfo kbarttypeinf KB103719