quote:
Originally posted by raceprouk
When you think about it, 'Dynamically Loadable' is closer to the intended purpose, which is dynamic loading of shared code.
typically, a DLL provides one or more particular functions and a program accesses the functions
by creating either a static or dynamic link to the DLL. A static link remains constant during program execution while a dynamic link is created by the program as needed. And that's where the "link" comes from.
Dynamic Link Library: 101000 hits
Dynamic Load Library: 1100 hits
Dynamic Loadable Library: 349 hits
Dynamic Linkable Library: 129 hits
And this scheme repeats itself in any search you'll do...
So stop the fight