1, stdafx.h modified version:
#pragma once#ifndef vc_extralean#define vc_extralean #endif #ifndef WINVER #define WINVER 0x0501 #endif #ifndef _win32_wi Nnt#define _win32_winnt 0x0501 #endif #ifndef _win32_windows#define _win32_windows 0x0410#endif#ifndef _WIN32_IE #d Efine _win32_ie 0x0500#endif
2. Modify Project Properties
650) this.width=650; "width=" 612 "height=" 358 "title=" 1.png "style=" width:567px;height:310px; "src="/HTTP/ S3.51cto.com/wyfs02/m01/54/0d/wkiol1r2xxocpjjuaamz2snty64662.jpg "alt=" Wkiol1r2xxocpjjuaamz2snty64662.jpg "/>
If you do not have multibyte, you need to install VS2013 multi-byte support, VS2013 does not support multibyte by default.
Add "/safeseh:no" to the linker command line:
650) this.width=650; "Width=" 615 "height=" "title=" 2.png "style=" WIDTH:579PX;HEIGHT:309PX; "src="/HTTP/ S3.51cto.com/wyfs02/m01/54/0f/wkiom1r2xacja9yvaalfswfj5s4568.jpg "alt=" Wkiom1r2xacja9yvaalfswfj5s4568.jpg "/>
VS2003 MFC Project Transfer upgrade VS2013