Creating And Using DLLs
DLLs (Dynamic Link Libraries) are very useful when you're writing windows programs. A good example use would be if you create a number of programs that all use common functions. In such a case, you can create a library that they all call functions from.
DLL Tutorial For Beginners
I was trying to learn DLLs and nothing was really explaining anything; it was just code for you to look at and wonder what was going on. For this article, I assume you know how to use the features of your compiler, such as setting directory paths and such.
How to write DLLs using Visual C++
DLLs play a vital role in Windows programming. You can see almost all the commercial applications come with their own DLLs. You may also have seen programs crashing down saying, "A required .DLL file, XYZ.DLL, was not found." You may be wondering what these DLLs are. In this article we will explore the basics of DLLs and how to write them using Visual C++.
Modular Programming with DLLs
This article provides information and source code, that will allow you to easily implement a full screen DirectX application as a series of loadable modules.
Computerworld The most comprehensive source of news and analysis on the technologies and management issues of information technology. ...
subscribe now