Search:
Forum
General C++ Programming
static vs dynamic linking
static vs dynamic linking
Jul 14, 2018 at 1:50pm UTC
adam2016
(1529)
Hi guys,so I have asked a similar question before,
but sometimes we need to include both a .lib file(static library) and a .dll file(dynamic library) with some libraries or APIs
so why they need for both in some cases?
thanks
Jul 14, 2018 at 2:46pm UTC
tpb
(1495)
The .lib files are of two kinds: static libaries and import libraries. The import libraries are used to access the .dll routines.
https://en.wikipedia.org/wiki/Dynamic-link_library#Import_libraries
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs