VC++ Error message WINVER not defined. Defaulting to 0x0501 (Windows XP and Windows .NET Server)
Development/C/C++ 2011. 8. 13. 15:06This message is being caused because the StdAfx.h include for your project does not have the constant
WINVER #defined. Add this to stdafx.h as follows:
#define WINVER 0x0400
0x0501 is for Windows XP and .NET Server. 0x0400 is the lowest OS version your application will support.
In this case Windows 2000.
===========================================================================================
WINVER not defined. Defaulting to 0x0501 (Windows XP and Windows .NET Server)
컴파일 시 위와같은 에러 메시지가 나오면 XP 아래 버전에서는 해당 프로그램을 사용 할 수 없다라는 말인듯...
'Development > C/C++' 카테고리의 다른 글
Visual C++ 2008의 새로운 기능 (0) | 2011.08.13 |
---|---|
자주쓰는 Visual Assist 단축키 (0) | 2011.08.13 |
VC++ 버전 자동증가 매크로 (0) | 2011.08.13 |
VC 프로젝트 빌드넘버 자동증가 시키기 (0) | 2011.08.13 |
UNICODE를 감안한 프로그램 작성 방법 (0) | 2011.08.13 |
안정적인 DNS서비스 DNSEver