Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: c.panel on December 23, 2009, 06:22:54 pm

Title: windres.exe capabilities
Post by: c.panel on December 23, 2009, 06:22:54 pm
I'm trying to compile a ressource dll and obtain an error when compiling with MinGW toolchain (not with bc nor ms) : it seems that windres don't accept VERSIONINFO statement ...

here is where RC file is stopped

   
Code
1 VERSIONINFO LOADONCALL MOVEABLE
      FILEVERSION S1VER, S2VER, S3VER, S4VER
      PRODUCTVERSION S1VER, S2VER, S3VER, S4VER
      FILEFLAGSMASK 0
      FILEFLAGS VS_FFI_FILEFLAGSMASK
      FILEOS VOS__WINDOWS32
      FILETYPE VFT_APP
      {
        BLOCK "StringFileInfo"
        {


with this message

2044 syntax error  (line 2044 is the first line with FILEVERSION)

did anyone have the same problem ?
Title: Re: windres.exe capabilities
Post by: Jenna on December 23, 2009, 06:37:19 pm
The question is not related to C::B and therefore violates our forum rules.

Please ask the question in an appropriate forum.

Topic locked !!