emwin如何在windows10下vs2015或2017進行仿真。


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"
3. Goto Configuration Properties -> Linker -> Input.
4. Add under Additional Dependencies: "legacy_stdio_definitions.lib"

5. Set Ignore All Default Libraries: "No"

6. Set Ignore Specific Default Libraries: "LIBC.lib;LIBCMTD.lib"
7. Goto Configuration Properties -> Linker -> Advanced
8. Set Image Has Safe Exception Handlers:"No (/SAFESEH:NO)"
9. Click "OK"-Button.

 

emwin默認是使用VC++編譯仿真的,但是win10平台,基本都是vs community 2013~2019,因此,segger官方也給出了說明,

以上就是HowTo_RunSimulationUnderVS2015_2017.txt文件的說明,這樣可以用vs高版本來編譯emwin的軟件包“SeggerEval_WIN32_MSVC_MinGW_GUI_V548”

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM