Using the Windows 8 SDK to compile for Windows 7

后端 未结 4 897
一整个雨季
一整个雨季 2021-01-01 07:10

(This question uses zlib as an example but isn\'t specific to it.)

I\'m trying to compile zlib on Windows using the MSVC project file it comes with. I\'m using VS201

4条回答
  •  一整个雨季
    2021-01-01 07:41

    As far as I know, the only way is to use LoadLibrary() and GetProcAddress() -- you can also see this in MFC Sources which handle messages native to WIn7 (or later)

    e.g.: CWnd::OnGesture() in %VCINSTALLDIR%atlmfc\src\mfc\wincore.cpp

提交回复
热议问题