DiscussionsIssue archiveDraw Harness and Samples

Archived discussion

OCCTProxy (CSharp) Build

Draw Harness and SamplesWed, 11/23/2022 - 19:091 reply

Browse this forum
QuestionAuthor

Opening: https://github.com/Open-Cascade-SAS/OCCT-samples-csharp opened tag V7_6_0
Imported into Visual Studio,
Added additional Include directories
Added Additional Dependencies
Added Additional Library Dependencies

After this I build the OCCTProxy to test the dependency however it seems that it requires an additional dependency that I can't seem to find as per screenshot. If someone could point me in the right direction that would be great.

Thanks,

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

"LLVMFuzzerTestOneInput" - apparently, you have enabled some profiling / testing option.
I have no idea how this option looks, but try removing it / switching to non-profiling building targets / disabling automated testing sub-projects.

This looks unrelated to OCCTProxy project - I believe that you should find more info by searching error description in a wild, rather than on this forum.