This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Old posts that have not been replied to for several years.
M
MtX
Post
by MtX » Sat Jun 14, 2003 9:51 am
Hi. I wan't to begin with module development and my first question is
Are there any module tutorials ??, some functions by header or something else ?
stdragon
Owner
Posts: 959 Joined: Sun Sep 23, 2001 8:00 pm
Contact:
Post
by stdragon » Sun Jun 15, 2003 10:10 pm
Woobie.mod is a tutorial of sorts. It gives you the framework of a simple module. Functions are listed in src/mod/module.h.
v
viperkesvp
Post
by viperkesvp » Tue Jul 08, 2003 9:54 am
i do not know much about eggdrop but i'm interesting in new stuff if i've loaded woobie module into my windrop and i start my windrop what has to happen next?
v
viperkesvp
Post
by viperkesvp » Tue Jul 08, 2003 11:24 am
i know the problem allready, i'm using windrop but windrop has all his files in dll can you edit modules and make there dll files from with c?
ppslim
Revered One
Posts: 3914 Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England
Post
by ppslim » Wed Jul 09, 2003 6:23 am
Yes.
You simply have to compile them with (non-other then) a compiler tool.
The one used for eggdrop is cygwin.
See
http://windrop.sf.net/ for further details on compiling ont he windows platform.