当前位置:网站首页>Vs2019 compilation cryengine failure problem handling
Vs2019 compilation cryengine failure problem handling
2022-07-29 08:25:00 【longlongway2012】
Compilation reason
cryengine from 5.7 Start the code with a new release , Rebind github Account , I found it troublesome again on my computer 5.6.7 The code to compile , Don't think there are many , Record it again , Lest people repeat the mistakes .
Compile environment
vs2019 + windows sdk:10.0.20348.0
Have a problem
pow Type conversion occurs during compilation , Warnings are treated as errors
By modifying cmakelist file , add to option, Reduce the error detection leveladd_compile_options(/W4 /WX-)
C2102 & Lvalue required -
Find two ways to fix :1. Modification item -》c/C++-> Language -》 The compliance mode is changed to : /permissive or : 2. adopt cmake Closed in OPTION_MSVC_PERMISSIVE_MINUS switch
c2279 mapi.h Exception specification error
vs Schema compilation uses C++14 standard , Turn on c++17 There is no such error , Modification method :set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_EXTENSIONS OFF)
rc Compile failed
Found no download szip Third party Library , Download it again szip, Use cmake recompile rc engineering
边栏推荐
- pnpm install出现:ERR_PNPM_PEER_DEP_ISSUES Unmet peer dependencies
- DC motor speed regulation system based on 51 single chip microcomputer (use of L298)
- Day15: the file contains the vulnerability range manual (self use file include range)
- 数仓分层设计及数据同步问题,,220728,,,,
- BiSeNet v2
- Component transfer participation lifecycle
- Proteus simulation based on 51 MCU ADC0808
- Implementation of support vector machine with ml11 sklearn
- 分段分页以及段页结合
- 集群使用规范
猜你喜欢
Simplefoc parameter adjustment 3-pid parameter setting strategy
用户身份标识与账号体系实践
Inclination monitoring solution of Internet of things
Unicode private use areas
User identity identification and account system practice
Stm8s003 domestic substitute for dp32g003 32-bit microcontroller chip
RPC和REST
Data warehouse layered design and data synchronization,, 220728,,,,
Implementation of support vector machine with ml11 sklearn
Ar virtual augmentation and reality
随机推荐
Solve the problem of MSVC2017 compiler with yellow exclamation mark in kits component of QT
Basic crawler actual combat case: obtaining game product data
Collation of ml.net related resources
Week 2: convolutional neural network basics
Si12t and si14t low power capacitive touch chips
Reading of false news detection papers (3): semi supervised content-based detection of misinformation via tensor embeddings
Dp4301-sub-1g highly integrated wireless transceiver chip
用户身份标识与账号体系实践
Unity shader learning (VI) achieving radar scanning effect
[opencv] - Operator (Sobel, canny, Laplacian) learning
RPC和REST
torch.Tensor和torch.tensor的区别
Unity多人联机框架Mirro学习记录(一)
MySQL rownum implementation
【Transformer】SegFormer:Simple and Efficient Design for Semantic Segmentation with Transformers
Temperature acquisition and control system based on WiFi
Inclination sensor is used for long-term monitoring of communication tower and high-voltage tower
产品推广的渠道和策略,化妆品品牌推广方法及步骤
Day13: file upload vulnerability
Hal library learning notes - 8 concept of serial communication