severity 442192 minor
retitle 442192 Resource.dll should be converted a .rc and some icons and 
created at build time

On Fri, 2007-09-14 at 02:12 +0300, Timo Juhani Lindfors wrote:

> Also "strings ./Contrib/System/Resource.dll" does not seem to give me
> any grep'able strings that'd help me to locate the source code from
> debian archive. Is the source code missing for Resource.dll?

As weird as it sounds, Resource.dll is it's own source code. It only
contains Windows resources, no actual compiled code. You can verify this
using objdump. It isn't text, but it is source code, just like a PNG
image. Think of it as a SNG vs PNG, one is text, but both convey exactly
the same information.

To modify it, use a resource editor or convert it to text and .ico files
with windres and then convert it back to a DLL with windres again.

I've been meaning to move Resource.dll to a text file and some icons,
with rebuilding to a DLL at compile time, but never got around to it.
I'll work on this over the weekend and commit stuff upstream.

Upstream has already done the same for Contrib/UIs - that folder used to
be just plain exe files with some resources in them (like Resource.dll).

-- 
bye,
pabs

http://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to