RFC: linux compatibility

DJ Delorie dj@delorie.com
Mon Oct 16 15:02:00 GMT 2000


> > > > One has timezone as a function, one has timezone as a variable.
> > > > The DLL can export only one symbol called "timezone".
> > >
> > > Oh, come on, this one's EASY! ;-):
> > 
> > OK, drop a new DLL into a machine with 100 existing applications which
> > are expecting the old API.  What happens?
> 
> DJ, let's get serious. Of course all 100 applications are
> sensible enough to feel what has changed. Why do people
> always think that programms are dumb? 

Programs *are* dumb.  They will blindly use the new timezone export as
if it were still a function, and crash.  There is no way to migrate
those programs to a new export API without rebuilding them, and until
every such program is rebuilt, we're going to have a FAQ.

There is no easy migration path for *changing* DLL APIs, only for
*adding* them.

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



More information about the Cygwin mailing list