dynamic library – POFTUT

How To Register and Unregister Windows DLL Files with Regsrv32 Command

Dynamic Link Libraries provides helper libraries to the applications. Dynamic Link Libraries also called DLL. DLL’s provides reusable libraries, data and code which can be used by multiple applications or executables. In order to use system wide DLL’s easily we should register them. regsrv32 is a tool used to register DLL’s to the operating system. Syntax … Read more

Manage Libraries With ldconfig Command In Linux

Linux applications, tools, services uses libraries to get necessary functionalities. Libraries provides a lot of functionality to the related applications, tools and services. One library can be used by different applications. This is called dynamic library using or loading. Shared Libraries Shared libraries reside in /lib , /lib64 and /usr/lib . Each library is put into related directories … Read more