Discussion:
[Exodus-dev] about compile exodus!help me!
fly cat
2004-08-12 12:22:15 UTC
Permalink
aGksZXhvZHVzLWRldg0KDQogICAgaGVsbG8hDQogIEkgaGF2ZSBkb3dubG9hZGVkIGEgZXhvZHVz
LEkgdXNlIGRlbHBoaTcsSSBoYXZlIGNvbXBpbGVkIGV4b2R1cy5kcHIsYnV0IHRoZSBleG9kdXMu
ZXhlIGRvbid0IHJ1biwgZXJyb3IgbWVzc2FnZTpsaWJpZG4uZGxsIG5vdCBhdmFpbGFibGUscGxl
YXNlIGNoZWNrIHlvdSBpbnN0YWxsZXIgZGlzay4NCiAgd2h5Pw0KCQ0KIAkJCQkNCg0KoaGhoaGh
oaGhoaGhoaGhoWZseSBjYXQNCqGhoaGhoaGhoaGhoaGhoaFqb3lzaG1AaG90bWFpbC5jb20NCqGh
oaGhoaGhoaGhoaGhoaGhoaGhMjAwNC0wOC0xMg0K
fly cat
2004-08-12 12:46:30 UTC
Permalink
aGksZXhvZHVzLWRldg0KDQogICAgaGVsbG8hDQogIEkgaGF2ZSBkb3dubG9hZGVkIGEgZXhvZHVz
LEkgdXNlIGRlbHBoaTcsSSBoYXZlIGNvbXBpbGVkIGV4b2R1cy5kcHIsYnV0IHRoZSBleG9kdXMu
ZXhlIGRvbid0IHJ1biwgZXJyb3IgbWVzc2FnZTpsaWJpZG4uZGxsIG5vdCBhdmFpbGFibGUscGxl
YXNlIGNoZWNrIHlvdSBpbnN0YWxsZXIgZGlzay4NCiAgd2h5Pw0KCQ0KIAkJCQkNCg0KoaGhoaGh
oaGhoaGhoaGhoWZseSBjYXQNCqGhoaGhoaGhoaGhoaGhoaFqb3lzaG1AaG90bWFpbC5jb20NCqGh
oaGhoaGhoaGhoaGhoaGhoaGhMjAwNC0wOC0xMg0K
Peter Millard
2004-08-12 17:10:28 UTC
Permalink
Please update your CVS checkout. libidn.dll is available in the main exodus
directory. You can also get a copy here:
http://www.jabberstudio.org/cgi-bin/viewcvs.cgi/*checkout*/exodus/exodus/libidn.
dll

pgm.
fly cat
2004-08-13 04:16:02 UTC
Permalink
aGksZXhvZHVzLWRldg0KDQogICAgaGVsbG8hDQogIEkgaGF2ZSBkb3dubG9hZGVkIGEgZXhvZHVz
LEkgdXNlIGRlbHBoaTcsSSBoYXZlIGNvbXBpbGVkIGV4b2R1cy5kcHIsYnV0IHRoZSBleG9kdXMu
ZXhlIGRvbid0IHJ1biwgZXJyb3IgbWVzc2FnZTpsaWJpZG4uZGxsIG5vdCBhdmFpbGFibGUscGxl
YXNlIGNoZWNrIHlvdSBpbnN0YWxsZXIgZGlzay4NCiAgd2h5Pw0KCQ0KIAkJCQkNCg0KoaGhoaGh
oaGhoaGhoaGhoWZseSBjYXQNCqGhoaGhoaGhoaGhoaGhoaFqb3lzaG1AaG90bWFpbC5jb20NCqGh
oaGhoaGhoaGhoaGhoaGhoaGhMjAwNC0wOC0xMg0K
Oleg V. Motienko
2004-08-13 06:20:09 UTC
Permalink
hi,exodus-dev
hello!
I have downloaded a exodus,I use delphi7,I have compiled exodus.dpr,but the exodus.exe don't run, error message:libidn.dll not available,please check you installer disk.
why?
fly cat
2004-08-12
I guess this was third equal message... Did you recieve any answers ?

--
Regards,
Oleg
xmpp: ***@jabber.ttn.ru
N7
2004-08-27 16:01:08 UTC
Permalink
I was wondering if anyone can point me in the right direction for
building my own set of emoticons.

Building the DLL and adding it into Exodus.

Thank you,
Clint
Peter Millard
2004-08-27 17:22:55 UTC
Permalink
charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2720.3000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300
X-Server: Indy SMTP Server
X-Library: Indy 9.00.10

N7 wrote:
|| I was wondering if anyone can point me in the right direction for
|| building my own set of emoticons.
|| Building the DLL and adding it into Exodus.

oh... this is uber-bleeding-edge :) I haven't written any docs yet since this
stuff is ONLY in the daily builds. Basically, you need an XML description file,
which is basically a JEP-38 formatted file. The MSN one is here:
http://www.jabberstudio.org/cgi-bin/viewcvs.cgi/exodus/exodus/msn-emoticons/icon
def.xml?rev=1.2&view=auto

Then you need a RC file which basically allows a resource compiler to compile
all of your stuff into a .RES file.. The MSN one is here:
http://www.jabberstudio.org/cgi-bin/viewcvs.cgi/exodus/exodus/msn-emoticons/msn.
rc?rev=1.2&view=auto

The most important bit here is that you include the icondef.xml file as an XML
resource, with the name of "icondef". This is what Exodus looks for when it
loads everything up. If you've got a win32 compiler, chances are you have a
resource compiler. With delphi, you run brcc32.exe msn.rc, and you get msn.res.

Then you create a DLL project in your favorite build environment which includes
that .RES file that you just compiled. In Delphi, the MSN project file looks
like:
http://www.jabberstudio.org/cgi-bin/viewcvs.cgi/exodus/exodus/msn-emoticons/msn_
emoticons.dpr?rev=1.1&view=auto

Once this project is built, you have your DLL.

FWIW, I'm planning on adding the ZIP file support that JEP-38 uses shortly. So
you'll just be able to build a ZIP file which contains the icondef.xml, and all
of the emoticons. We wanted to the DLL thing for our standard emoticons, and to
build the framework. It was easier to start with that than to add the complexity
of the ZIP stuff in there as well.

pgm.

chalal wahab
2004-08-14 08:53:05 UTC
Permalink
hello
you should download a libidn.dll and put it in the same derectory of your exodus.exe

the url of libidn.dll is :
http://www.jabberstudio.org/cgi-bin/viewcvs.cgi/exodus/exodus/libidn.dll

***@hotmail.com


---------------------------------
Cr?ez gratuitement votre Yahoo! Mail avec 100 Mo de stockage !
Cr?ez votre Yahoo! Mail

Le nouveau Yahoo! Messenger est arriv? ! D?couvrez toutes les nouveaut?s pour dialoguer instantan?ment avec vos amis.T?l?chargez GRATUITEMENT ici !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://jabberstudio.org/pipermail/exodus-dev/attachments/20040814/ddff47f4/attachment.html
chalal wahab
2004-08-14 08:55:37 UTC
Permalink
hello
you should download a libidn.dll and put it in the same derectory of your exodus.exe

the url of libidn.dll is :
http://www.jabberstudio.org/cgi-bin/viewcvs.cgi/exodus/exodus/libidn.dll


my email : ***@hotmail.com


---------------------------------
Cr?ez gratuitement votre Yahoo! Mail avec 100 Mo de stockage !
Cr?ez votre Yahoo! Mail

Le nouveau Yahoo! Messenger est arriv? ! D?couvrez toutes les nouveaut?s pour dialoguer instantan?ment avec vos amis.T?l?chargez GRATUITEMENT ici !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://jabberstudio.org/pipermail/exodus-dev/attachments/20040814/701c0585/attachment.html
Loading...