当前位置:网站首页>Opencascade7.6 compilation
Opencascade7.6 compilation
2022-07-02 01:59:00 【clever101】
author : Zhu Jincan
source :clever101 The column
adopt CMake Generate VS Engineering documents
Download it from the official website OpenCASCADE7.6 Installation package for installation , Use after installation CMake Open the source directory . First, remove unnecessary compilation options ( hold VTK Option not selected ), Here's the picture :
Third party libraries that need to be added , Here's the picture :
compile MFC Example project
open OpenCASCADE-7.6.0-vc14-64\opencascade-7.6.0\samples\mfc\standard\All-vc14.sln compile mfc Example project , There is an error :
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.Platform.targets(57,5): error MSB4018: “VCMessage” The mission failed unexpectedly .
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.Platform.targets(57,5): error MSB4018: System.FormatException: Indexes ( Starting from scratch ) Must be greater than or equal to zero , And less than the size of the parameter list .
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.Platform.targets(57,5): error MSB4018: stay System.Text.StringBuilder.AppendFormatHelper(IFormatProvider provider, String format, ParamsArray args)
The solution is to select the platform tool set in the project properties , Here's the picture :
Select platform tool set in project properties , Here's the picture :
边栏推荐
- 电子协会 C语言 1级 33 、奇偶数判断
- 成功实现边缘编码需要了解的六大经验教训
- Android: how can golden nine and silver ten squeeze into the first-line big factories from small and medium-sized enterprises? The depth of interview questions in large factories
- How to use redis ordered collection
- 【视频】马尔可夫链蒙特卡罗方法MCMC原理与R语言实现|数据分享
- 5g/4g pole gateway_ Smart pole gateway
- 1069. Division of convex polygons (thinking, interval DP)
- Three core problems of concurrent programming
- Construction and maintenance of business websites [11]
- Architecture evolution from MVC to DDD
猜你喜欢
Discussion on the idea of platform construction
Cross domain? Homology? Understand what is cross domain at once
MPLS experiment operation
Another programmer "deleted the library and ran away", deleted the code of the retail platform, and was sentenced to 10 months
成功实现边缘编码需要了解的六大经验教训
Android: how can golden nine and silver ten squeeze into the first-line big factories from small and medium-sized enterprises? The depth of interview questions in large factories
Architecture evolution from MVC to DDD
This is the report that leaders like! Learn dynamic visual charts, promotion and salary increase are indispensable
[Video] Markov chain Monte Carlo method MCMC principle and R language implementation | data sharing
leetcode2310. The one digit number is the sum of integers of K (medium, weekly)
随机推荐
TSINGSEE青犀平台如何实现同一节点同时播放多个视频?
leetcode2309. 兼具大小写的最好英文字母(简单,周赛)
MySQL如何解决delete大量数据后空间不释放的问题
Design and implementation of key value storage engine based on LSM tree
Construction and maintenance of business websites [10]
Is the knowledge of University useless and outdated?
[Video] Markov chain Monte Carlo method MCMC principle and R language implementation | data sharing
How to use a product to promote "brand thrill"?
This is the report that leaders like! Learn dynamic visual charts, promotion and salary increase are indispensable
[Video] visual interpretation of Markov chain principle and Mrs example of R language region conversion | data sharing
Construction and maintenance of business websites [14]
The smart Park "ZhongGuanCun No.1" subverts your understanding of the park
Android high frequency network interview topic must know and be able to compare Android development environment
The difference between new and malloc
SAP ui5 beginner tutorial 20 - explanation of expression binding usage of SAP ui5
How does MySQL solve the problem of not releasing space after deleting a large amount of data
现货黄金分析的技巧有什么呢?
PR second training
Selection of field types for creating tables in MySQL database
开发那些事儿:如何利用Go单例模式保障流媒体高并发的安全性?