DiscussionsIssue archiveInstallation and Building

Archived discussion

The problem of TKLCAF.dll

Installation and BuildingThu, 12/03/2020 - 17:451 reply

Browse this forum
QuestionAuthor

I want to initialize the TDocStd_Application :

      Handle(TDocStd_Application) aApp = new TDocStd_Application();

However, the compiler prompts that it can't load the symbol from TKLCAF.dll. Other class can be used normally, such as TDF_Label, Tdocstd_Document. My occt version is 7.40 and the compiler I used is vs2019 in window10. Why is this a problem? How can I solve it?

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Compiler is not supposed to load any symbols from DLL.
Full output of your compiler with actual error message could be useful.