Thu, 12/03/2020 - 17:45
Forums:
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?
Thu, 12/03/2020 - 18:01
Compiler is not supposed to load any symbols from DLL.
Full output of your compiler with actual error message could be useful.