VC++ emWin 使用 VS2015_2017 執行

emWin 測試版本

ver-548

官方文件 HowTo_RunSimulationUnderVS2015_2017.txt

Make sure the selected Windows SDK is installed:

Properties -> Configuration Properties -> General -> Windows SDK Version.

1. Right-Click on the Project (e.g. SimulationTrial) -> Properties
   2 Set Configuration to "All Configurations"
2. Goto Configuration Properties -> Linker -> Input.
3. Add under Additional Dependencies: "legacy_stdio_definitions.lib"
4. Set Ignore All Default Libraries: "No"
5. Set Ignore Specific Default Libraries: "LIBC.lib;LIBCMTD.lib"
6. Goto Configuration Properties -> Linker -> Advanced
7. Set Image Has Safe Exception Handlers:"No (/SAFESEH:NO)"
8. Click "OK"-Button.

參考

  1. emWin 學習筆記 —— 用 VS2017 打開 emWin 仿真包

  目錄