Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <C2D7D58DBFE9D111B0480060086E96358D6F9A@gftmail.gft.de>
From: "Schaible, Joerg" <Joerg.Schaible@gft.de>
To: "'cygwin-list'" <cygwin@sourceware.cygnus.com>
Subject: Limits of windres
Date: Thu, 6 May 1999 09:19:33 +0200 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2448.0)
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id DAA32138

Hello,

are there any documentation about limits of windres? I have typically four
kinds of ressources: Bitmaps, Icons, Cursors and VersionInfo, but my
VersionInfo is not compiled unless some parts are #ifdef'd:

LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT

1 VERSIONINFO
 FILEVERSION 4, 3, 0, 0
#ifndef __MINGW32__
 PRODUCTVERSION 4, 3, 0
#endif
 FILEFLAGSMASK 0x3fL
 FILEFLAGS 0x0L
 FILEOS VOS_NT_WINDOWS32
 FILETYPE VFT_DLL
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
#ifndef __MINGW32__
        BLOCK "040704b0"
        BEGIN
            VALUE "Comments", "Deutsch"
        END
#endif
        BLOCK "040904b0"
        BEGIN
            VALUE "Comments", "English"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation",
#ifndef __MINGW32__
            0x407, 1200
#endif
            0x409, 1200
    END
END


Seems that the current version does not support the PRODUCTVERSION and
multiple language tables ?

Greetings Jörg

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

