This is the mail archive of the cygwin-developers 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]
Other format: [Raw text]

Re: Avoid collisions between parallel installations of Cygwin


On Oct 21 18:02, Dave Korn wrote:
> Corinna Vinschen wrote:
> 
> > I think you're making this too complicated, really.  If I have to
> > tweak the DLL in any binary fashion, it does not the least matter
> > at which point in the binary blob the data is.  And the advantage of
> > using a global structure with defined, *simple* content should be quite
> > clear, compared to some resource layout which is not exactly under
> > our control.
> 
>   But you can put any arbitrary binary blob into a resource, including your
> struct, and edit-it-in place there, can't you?

Sure, but it still requires to use FindResource/LoadResource/LockResource
instead of just reading the data from a global variable.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat


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