Fri, 05/24/2024 - 12:05
Forums:
I want to use class BRepOffsetAPI_MakeThickSolid
After running my program I get the error:
Procedure entry point
?ConvertWire@BRepAlgo@@SA?AVTopoDS_Wire@@AEBV2@NAEBVTopoDS_Face@@@Z
Not found in TKOffset.dll
Which library should I include to resolve the link?
Fri, 05/24/2024 - 12:15
You need to link TKBO, TKOffset. Please check that you link them manually.
Best regards, Dmitrii.
Fri, 05/24/2024 - 13:07
Thank you, Dmitrii.
Added the lib, and got the old error.
TKBO.lib;TKOffset.lib;TKMesh.lib;TKVCAF.lib;TKVrml.lib;TKStl.lib;TKBRep.lib;TKIGES.lib;TKShHealing.lib;TKSTEP.lib;TKSTEP209.lib;TKSTEPAttr.lib;TKSTEPBase.lib;TKXSBase.lib;TKBool.lib;TKCAF.lib;TKCDF.lib;TKernel.lib;TKFeat.lib;TKFillet.lib;TKG2d.lib;TKG3d.lib;TKGeomAlgo.lib;TKGeomBase.lib;TKHLR.lib;TKMath.lib;TKPrim.lib;TKService.lib;TKTopAlgo.lib;TKV3d.lib;TKOpenGl.lib;TKBO.lib;OpenCL.lib;freetype.lib;%(AdditionalDependencies)
Fri, 05/24/2024 - 13:11
I do not find it.
Which lib realized class BRepOffsetAPI_MakeThickSolid?