Wednesday, December 16, 2020

Warning C4996 'CWinApp::Enable3dControls': CWinApp::Enable3dControls is no longer needed. You should remove this call.

when I compiled a legacy project, ran into this error:

Warning C4996 'CWinApp::Enable3dControls': CWinApp::Enable3dControls is no longer needed. You should remove this call.

  1. warning C4996: 'CWinApp::Enable3dControls': CWinApp::Enable3dControls is no longer needed
  2. Thread: Porting from VC++6.0 to VC++.net
  3. 将源转换为Visual Studio 10时的修改
  4. many good deugging errors and solutions:

    _WIN32_WINNT未定义。默认为_WIN32_WINNT_MAXVER(请参见WinSDKVer.h) 首先包含在stdafx.h中的预编译头文件中 添加#include bracket SDKDDKVer.h bracket

  5. warning C4996: 'CWinApp::Enable3dControls': CWinApp::Enable3dControls is no longer needed.

No comments:

Post a Comment