Today I saw that a software under DOS uses a dynamic link library, but programs under DOS all copy the code directly into the executable program instead of calling the code of the dynamic link library. Please tell me how to implement a dynamic link library, or how to call a dynamic link library.
