static library vs dynamic libraries
Posted
by user295030
on Stack Overflow
See other posts from Stack Overflow
or by user295030
Published on 2010-03-17T19:18:05Z
Indexed on
2010/03/17
19:21 UTC
Read the original article
Hit count: 275
c++
Can someone please explain in easy terms what is static library linking vs dynamic library linking other one has a larger memory map than the other or that the static library is used to compile/link with the program that will use it versus being loaded at runtime?
I also need to create a static library of a program that I made in vs2008 and give one function interface to access the library.
one of the requirements reads as such " * API should be in the form of static library. company xxx will link the library into a third party application to prevent any possible exposure of the code(dll)"
how can they say both static and dll at the same time. I have never works with static library before. So please any help would be nice.
© Stack Overflow or respective owner