Author Topic: windres.exe capabilities  (Read 3303 times)

Offline c.panel

  • Multiple posting newcomer
  • *
  • Posts: 16
    • TopoCad
windres.exe capabilities
« 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 ?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: windres.exe capabilities
« Reply #1 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 !!