X-Spam-Check-By: sourceware.org
Message-ID: <444E9D1D.74FA4226@dessent.net>
Date: Tue, 25 Apr 2006 15:05:17 -0700
From: Brian Dessent <brian@dessent.net>
X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Windows 95 support ?
References: <20060425213820.GB7180@bouh.residence.ens-lyon.fr> <056301c668b1$52a03910$a501a8c0@CAM.ARTIMI.COM> <20060425215657.GD7180@bouh.residence.ens-lyon.fr>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.com
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Samuel Thibault wrote:

> It is installed, I don't know what is considered as version:
> 
> MajorOSystemVersion     1
> MinorOSystemVersion     0
> MajorImageVersion       0
> MinorImageVersion       0
> MajorSubsystemVersion   4
> MinorSubsystemVersion   0
> Win32Version            00000000

That's just the standard PE header version fields, which isn't really
useful.  The meaningful version is stored as a resource and can be
viewed in explorer: right click, Properties, Version tab, "Product
Version".  It should be between 4 and 6, as explained here:

http://msdn.microsoft.com/library/en-us/shellcc/platform/shell/programmersguide/versions.asp

I don't recall which minimum version setup.exe was coded to require, but
it seems that not even having IE3 (comctl32 v4.7) is probably going to
be a problem.

> Is Setup.exe compressed or something? objdump -x doesn't show me its
> list of needed symbols.

Yes, it's upx packed as Dave said.  But that might not tell you the
whole picture, as I seem to recall that it loads comctl32.dll
dynamically, so it wouldn't show up that way anyway.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

