This is the mail archive of the cygwin 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: Windows 95 support ?


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/


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