Hi all,
This is charan new member of this team.
Iam having one Question to all of you
What is the difference between static and dynamic Dll and how the mechanisim of static dll goes in VC++
The terms static and dynamic do not describe the features of a DLL but how the application program uses them. Any dll which has a *.lib file can be statically linked to the program via its .lib file, just add the name of the library to the list of libraries processed by the linker. Or the DLL can be loaded into memory at runtime by calling the win32 api function LoadLibrary().
Last edited by Ancient Dragon; Aug 1st, 2006 at 10:36 am.
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2282
Retired and Enjoying Life
Offline 21,957 posts
since Aug 2005