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: From: "Schaible, Joerg" To: "'cygwin-list'" 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 AT sourceware DOT cygnus DOT com