This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: A newbie who is stuck with creating a DLL


Eric Feliu <number6@pcbank.net> writes:
> Sorry to bother everyone, but I have tried to follow the instructions
> provided for creating a DLL and I am having trouble. First, do I need to
> have a main function declared in my c code? everytime I try to compile
> create the DLL I get an error stating something about Winmain16, which I
[ ... ]

See http://www.xraylith.wisc.edu/~khan/software/gnu-win32/ and look
for "how to create DLLs ..." entry.

Windows DLLs are not quite like shared libraries on Unix, and you do
need to take care.

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]