Sun, 10/27/2024 - 00:58
Hi there,
I'm trying to import some STEP and IGES files using OCCT 7.8.0. I know the module has been redesigned. So, in my pro file (I'm using qmake) which LIBS need to be included?
I'm using the official binary. I don't have TKDESTEP, TKDEOBJ, TKDEIGES, TKDEGLTF, TKDEVRML, TKDEPLY, TKDESTL in my lib/dll folders. Even when compiling from source with the data exchange module selected, the libraries are not generated.
Thanks a lot!!!
Sun, 10/27/2024 - 01:22
Hello. Could you please share how you generate the OCCT? Using CMake? Are you trying to build all modules or only DataExchange? There were no issue with these lib. Probably the only reason - Unfortunately, DE needs Visualization and CAF. I plan to give option to avoid them, but not for 7.8.
If issue indeed in list of modules, please let me know - it will helpful for take care of.
Originally binary have all of these libs: https://github.com/Open-Cascade-SAS/OCCT/releases/tag/V7_8_0
Best regards, Dmitrii.
Sun, 10/27/2024 - 02:07
Thanks a Lot Dmitrii!
After a double check, only TKDESTEP and TKDEIGES were missing. I've downloaded again occt-vc143-64.zip an copied the missing files. Now it works.
Probably I've deleted by mistake the files... sorry for the false alarm!
Regarding CMake, I'm facing some issues with freetype and probably this affected the configuration I've used. But in any case occt-vc143-64.zip is more than enough form me. Thanks!
Best Regards,
Pasquale.