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.

Modules

Old posts that have not been replied to for several years.
Locked
M
MtX

Modules

Post by MtX »

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 ?
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

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 »

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 »

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?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

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.
Locked