What is a .dll file? Is the file the result of compiling the source code and in what format is it distributed?

Asked 1 years ago, Updated 1 years ago, 296 views

What is a .dll file?
Is this the result of compiling the source code?
Or is the .dll file itself written in some language?

In what format are .dll files generally distributed?
·Is it distributed as a source code?
·Or will it be distributed with the exe file?

windows

2023-02-20 18:21

1 Answers

It is a type of library commonly referred to as DLLs made from the initials of Dynamic Link Library.
Ask your Google teacher for more details.

If it's a .dll file, I think there's no reason for the source (because it's a library file).

I didn't know what you'd like to hear with the word
distributed. I can't give you an accurate answer to that, but if it's specific to the executable (.exe)
I think it should be provided with the executable.


2023-02-21 00:01

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.