DiscussionsIssue archiveOCCT:Configuration

Archived issue #0025510

TKService has unnecessary occt library dependencies

Open CASCADEOCCT:Configurationclosed5 public notes

Search issues

Description

Formally, the TKService should have only one dependency: TKernel.lib.

Currenlty, it depends on:
TKMath
TKBRep
TKShHealing
TKGeomBase
TKGeomAlgo
TKG2d
TKG3d
TKTopAlgo

These dependencies need to be removed.

Public activity

5 archived notes

Participants are labeled by their role within this record.

01Commenter 2
Branch [archived branch] has been created by Author.

[revision removed]


Detailed log of new commits:

Author: Author
Date: Fri Nov 21 18:35:01 2014 +0300

    0025510: TKService has unnecessary occt library dependencies
02Commenter 2
Dear Kirill,

Could you please review CR25510?
03Commenter 3
>> Formally, the TKService should have only one dependency: TKernel.lib.
It is insufficient to just not link against extra toolkits - the code still depends on them.
04Commenter 2
Branch [archived branch] has been deleted by Author.

[revision removed]
05Commenter 5
Dear Commenter 1,

Please close the issue.

The solution is incorrect, the dependencies are fine.