初级会员
- 积分
- 161
- 金钱
- 161
- 注册时间
- 2014-4-7
- 在线时间
- 36 小时
|
发表于 2021-3-28 13:39:48
|
显示全部楼层
Change the Project properties:
1. Right-Click on the Project (e.g. SimulationTrial) -> Properties
2 Set Configuration to "All Configurations"
3. Goto Configuration Properties -> Linker -> Input.
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.
Please try to add under Properties -> Linker -> Input -> Additional Dependencies: "legacy_stdio_definitions.lib". |
|