How-To

Creating DLLS in Delphi

Learn how to create a DLL file and use the Win32 API to gather information

After deciding it was time for me to explore the process of making a DLL file in Delphi, I started to think about where this might be applied. I decided a DLL would be the perfect solution to my problem. I needed the ability to create a system information utility that was reusable in Windows. A DLL as defined in the Delphi (v5) help files: