Re: Emoticons library
Joe Hildebrand <joe-bvCY4hpNeH/[email protected]> Wed, 7 Feb 2007 09:31:21 -0700
| Newsgroups | gmane.network.jabber.exodus.user |
|---|---|
| Message-ID | <[email protected]> |
If you're using Delphi, look at the exodus/exodus/msn-emoticons/
msn_emoticons.dpr file. It has a line like:
{$R 'msn.res' 'msn.rc'}
Which, if I recall correctly, includes the msn.res file, which gets
built from the msn.rc file.
The msn.rc file has a pointer to each of the files you want to
include in the .dll, and a reference to the icondef.xml file, which
maps emoticon strings to images. Keep in mind that the emoticon
strings you use must match a very complicated regular expression
inside of Exodus, but if you stick with (foo) and :foo you should be
fine.
If you want to use Visual Studio, it's as easy as creating a new
Win32 project, selecting .dll, and adding the .rc file to the project.
On Feb 7, 2007, at 4:33 AM, Your Name wrote:
>
> Can someone help me create emoticons dll? I have XML file and all
> emoticons gifs...
>
> --
>
> _______________________________________________
> Exodus mailing list
> [email protected]
> http://mail.jabber.org/mailman/listinfo/exodus