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