Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Porting means opening an application for the first time in Visual C++. Upgrading means opening in the current version of Visual C++ a project that was created in an earlier version.
In This Section
Upgrading Projects from Earlier Versions of Visual C++
Discusses how to use projects created in earlier versions of Visual C++.Introduction to Visual C++ for UNIX Users
Provides information for UNIX users who are new to Visual C++ and want to become productive with it.Porting from UNIX to Win32
Discusses options for migrating UNIX applications to Windows.C++/CLI Migration Primer
Shows in detail how to upgrade your Managed Extensions for C++ syntax to use the new syntax.
Note
An ActiveX control compiled by using Visual C++ 6.0, when embedded in a dialog box in a project developed by using Visual C++ 2010, may cause your program to assert at run time. In this situation, open the ATL or MFC project associated with the ActiveX control in Visual C++ 2010, and recompile it.. The assert will be in the file occcont.cpp, on this line in source: ASSERT(IsWindow(pTemp->m_hWnd)).
Related Sections
- Visual C++
Provides links to topics that show how to use Visual C++ to create Windows-based and .NET Framework-based applications.