Forum Discussion
Dmitry_Nikolaev
Staff
15 years agoHello Sebastian,
LIB modules are built into the executable file or dynamic libraries (DLL) and you do not need to add them to your AQtime project. You need to add the corresponding executable modules instead.
fred_temento
9 years agoOccasional Contributor
So why AQTime automaticaly "add" static libs from a Visual Studio solution if it do not need such libs ??
I completely understand why it do not need static libs since the libs code stands in PE modules.