In loading programs into memory, what is the difference
between load-time dynamic linking and run-time dynamic
linking?
Answer Posted / raj kumar
Load-time dynamic linking:
(1)linker tells the system that load the DLL at load time.
(2)When you use load-time dynamic linking, you need an
import library file(.lib).
Run-time dynamic linking:
(1)linker tells the system that load the DLL at run time.
(2)When you use run-time dynamic linking, you do not need an
import library file.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the programs x86 folder?
How do I know if I have a 64 bit processor?
Will chkdsk fix bad sectors?
Why is a single serial port managed with a single interrupt-driven i/o but a front-end processor is managed using a polling i/o, such as a terminal concentrator?
What are types of os?
What are the advantages of multithreaded programming?
What do you understand by registers?
Which intel processor is 64 bit?
How much ram do I have?
Tell me if you know how are the wait/signal operations for monitor different from those for semaphores?
What is the largest ram?
How do I completely remove all traces of a program?
Explain migration process?
How to take backup using active directory recyclebin concept
Is it safe to delete program data?