The API-32 which is all the magical things that windows does is a bunch of DLLs.
There is a utility called the Dependency Analyzer (Depends.exe) that allows you to examinine programs and DLL's that they call. You can see their entry points with it.
Yes you can create one Start a new project of the type class library.
The class library can contain any classes which you might add to a windows project. If you compile htem as a class library then you will need to add a reference to the dll in the project which is going to use the functions stored in the libary. Then you can use those functions in the same way as the functions you create inthe project itself
dll stands for dynamic link libary. They usually contain a bunch of methods and functions which are compiled separately into the dll. This library can then be used by many different programs. The libraries can be called from your project. the dotNET framework is basically a bunch of dlls
how do .dll files work?
Falcon Code
I dont get you. You call yourself 1337 but yet ask a question as simple as the "What are .dll files "
.dll , it's wats for dinner.
lol
jdonna
The API-32 which is all the magical things that windows does is a bunch of DLLs.
There is a utility called the Dependency Analyzer (Depends.exe) that allows you to examinine programs and DLL's that they call. You can see their entry points with it.
Larry_Lai
D.P.
onokles
I know, but:
1) That's off the point
2) It is my game-name :P
And at the rest:
Thank you for helping, but can i create one
Are they usuable as controller for an update etc.
Grtz, Tom(The1337) :D