What are dynamic libraries?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are dynamic libraries?
Rating:
Dynamic libraries are PowerBuilder compiled libraries, which are dynamically loaded when required by the application. The objects used in a PowerBuilder application can reside in more than one library and, when the application runs, it dynamically loads any object that is not available in its executable file. This allows the application to be broken into smaller units that are easier to manage, and makes the executable file smaller. If an application is compiled using Pcode , PowerBuilder builds PowerBuilder dynamic libraries (PBD files). If it is compiled using Machine code, PowerBuilder builds Dynamic Link Libraries (DLL files) on Windows, and platform-specific shared libraries on UNIX.
Rating:
Was this information helpful?
Other articles
- What is security policy?
- What is the rpm command?
- What is the SELECT clause?
- What is Digest authentication?
- What is an interface?
