VS2003 MFC Project Transfer upgrade VS2013

Source: Internet
Author: User

1, stdafx.h modified version:

#pragma once #ifndef VC_EXTRALEAN #define VC_EXTRALEAN   #endif #ifndef WINVER   #define WINVER 0x0501   #endif #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0501  #endif       #ifndef _WIN32_WINDOWS #define _WIN32_WINDOWS 0x0410 #endif #ifndef _WIN32_IE    #define _WIN32_IE 0x0500 #endif2, modify SAFESEH: If the compilation is "SAFESEH" error, open the project properties, in "Connector-command line" input:/safeseh:no. If the original project uses a multibyte character set, VS2013 is not supported by default and can be installed in a separate multi-byte package. If you want to compile an EXE that supports XP systems, you need to modify the project properties-general-platform toolset to: Visual Studio 2013-windows XP (V120_XP)

VS2003 MFC Project Transfer upgrade VS2013

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.