Creating and using a resource only DLL with Delphi
Besides storing resource files inside an .EXE file, a Delphi developer can also create a dynamic link library containing only resources. Let's see how. ... Compile your DLL (make sure the "adpdllresources.RES" is in the same folder as the DLL) Once the DL...