delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1999/05/06/03:20:14

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
Sender: cygwin-owner AT sourceware DOT cygnus DOT com
Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com
Message-ID: <C2D7D58DBFE9D111B0480060086E96358D6F9A@gftmail.gft.de>
From: "Schaible, Joerg" <Joerg DOT Schaible AT gft DOT de>
To: "'cygwin-list'" <cygwin AT sourceware DOT cygnus DOT 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)
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 AT sourceware DOT cygnus DOT com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019