Programming shared libraries is often somewhat nasty: You have to create the library header which is done in Assembler (until now :-), you have to maintain FD files, prototypes, pragmas, autodocs and all that kind of stuff. EasyLibs is my try to do this with less work, even more: Most parts are created automatically. Include C source, Author: Jochen Wiedmann