This is the mail archive of the cygwin@cygwin.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: GetModuleHandleA@4


> > Yes I did make some modifications and
> > looking to build a package for cygwin,
> > that could simply the overly complex
> > problem that is building a DLL.
> 
> I'm a little confused here. What's so complex about gcc -o
> foo.dll -shared foo.c ?
> 
> Rob

This is incorrect, the command you use does not create a relocation
section, and has many problems with windows 95 and win98 first
edition. furthermore, the dll would suffer from problems with
maintaining static variables and threading.

Stephen



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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