Announcement

Collapse
No announcement yet.

Resource file entries not displayed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Resource file entries not displayed

    The properties assigned in resource file are not displayed when one right clicks on the program icon. Resource file is attached. What am I missing?
    Attached Files

    #2
    I used your script and used my own ico and bitmap in a skelton app and it worked with out a hitch.
    Attached Files
    A dozen what.

    Comment


      #3
      Keith,

      just to make sure. You have compiled the *.RC to *.RES and than to *.PBR?

      Comment


        #4
        Michael and Knuth,

        Thanks for the replies. I was compiling on a machine with Vista. MS has removed the Version and Summary screens from Properties and added screens entitled Details and Previous Versions. I expected the Details screen would display the information but it does not. It does work as expected if one right clicks on PB/CC IDE file. Any further thoughts would be apprecaited.

        I should have noted that the file extension was changes to TXT to be able to upload the file - RC is not accepted extension.

        Keith

        Comment


          #5
          It does not work in Vista, I use PB forms and MS VS and the rc work fine in pb under Vista.

          I dont have the time right now , if someone can find the issue great.

          I will make a templete and post it later you could use, out of time see ya later.


          -Mike
          A dozen what.

          Comment


            #6
            This works on Vista adjust to your needs

            -Mike



            Code:
             
            VS_VERSION_INFO VERSIONINFO
             FILEVERSION 2,0,0,0
             PRODUCTVERSION 2,5,0,0
             FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
             FILEFLAGS 0x0
             FILEOS VOS_WINDOWS32
             FILETYPE VFT_APP
             FILESUBTYPE VFT2_UNKNOWN
            BEGIN
                BLOCK "StringFileInfo"
                BEGIN
                    BLOCK "040904B0"
                    BEGIN
                        VALUE "CompanyName", "ORNL\0"
                        VALUE "FileDescription", "Viewer of ICRP-07 Files\0"
                        VALUE "FileVersion", "02.50.0000\0"
                        VALUE "LegalCopyright", "Copyright \251 2008 Keith F Eckerman\0"
                        VALUE "LegalTrademarks", "DECDATA\0"
                        VALUE "ProductVersion", "1.00.0001\0"
                    END
                END
                BLOCK "VarFileInfo"
                BEGIN
                    VALUE "Translation", 0x409, 1200
                END
            END
            A dozen what.

            Comment


              #7
              Michael,

              That is it! Thanks for your time and effort.

              Keith

              Comment

              Working...
              X
              😀
              🥰
              🤢
              😎
              😡
              👍
              👎