QUOTE(cosmic @ Nov 14 2006, 08:38 PM)

i need to add *.bmp to *.dll, and to put it into dbimage, how should I do that???
Two methods. First one is to include a reference into the Resource script file "*.RC". Here is a link that explains how to do this:
http://jansfreeware.com/articles/delphiresource.htmlSecond one is by using a resource editor (like "Resource Hacker") then edit the compiled resource file (*.RES) that goes to be included to the linker, so you add your image resource. Then at your source code, you need to load the resource via LoadResource function...
Comment/Reply (w/o sign-up)