Announcement

Collapse
No announcement yet.

Version Stamp

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

  • Scott Turchin
    replied
    From my Winlog program, I believe Egbert discovered the cure for the wrong field highlighting (??) with the BLOCK 040904E4..


    Code:
    VS_VERSION_INFO VERSIONINFO
    FILEVERSION 5, 0, 0, 0
    PRODUCTVERSION 5, 0, 0, 0
    FILEOS VOS_WINDOWS32
    FILETYPE VFT_APP
    BEGIN
      BLOCK "VarFileInfo"
        BEGIN
          VALUE "Translation", 0x409, 1252
        END
      BLOCK "StringFileInfo"
      BEGIN
        BLOCK "040904E4"
        BEGIN
          VALUE "CompanyName",      "Computer Creations Software\000"
          VALUE "FileDescription",  "Application\000"
          VALUE "FileVersion",      "5.00\000"
          VALUE "InternalName",     "Winlog98/NT\000"
          VALUE "OriginalFilename", "WINLOG.EXE\000"
          VALUE "LegalCopyright",   "Copyright (c) 2000 Computer Creations Software\000"
          VALUE "LegalTrademarks",  "\000"
          VALUE "ProductName",      "Winlog For Windows 2000\000"
          VALUE "ProductVersion",   "5.00\000"
        End
      End
    End
    ------------------
    Scott
    mailto:[email protected][email protected]</A>

    Leave a comment:


  • Egbert Zijlema
    replied
    My idea: download my version info, either from Power Basic (Files section) or from my website at basicguru.com

    ------------------
    mailto:[email protected][email protected]</A>
    www.basicguru.com/zijlema/

    Leave a comment:


  • Tom Hanlin
    replied
    See the VERSIONINFO structure in the PBNOTE.RC or SKELETON.RC files
    in your PB/DLL example files.

    ------------------
    Tom Hanlin
    PowerBASIC Staff

    Leave a comment:


  • John Kovacich
    started a topic Version Stamp

    Version Stamp

    I am sure I remember a thread discussing creating version stamp
    data in a resource file, but I can't find the thread in my searches.

    Has anyone created version data for windows?

    I'd like to have a Version tab on the properties page for each DLL.


    ------------------
    Thanks,

    John Kovacich
Working...
X