.rc file(About Resource Files (Windows

来源:互联网 发布:获取手机号码软件 编辑:程序博客网 时间:2024/05/15 12:36
https://msdn.microsoft.com/en-us/library/windows/desktop/aa381058(v=vs.85).aspx

  1. Examples

  2. The following example defines a VERSIONINFO resource:
  3. #define VER_FILEVERSION 3,10,349,0
  4. #define VER_FILEVERSION_STR "3.10.349.0\0"

  5. #define VER_PRODUCTVERSION 3,10,0,0
  6. #define VER_PRODUCTVERSION_STR "3.10\0"

  7. #ifndef DEBUG
  8. #define VER_DEBUG 0
  9. #else
  10. #define VER_DEBUG VS_FF_DEBUG
  11. #endif

  12. VS_VERSION_INFO VERSIONINFO
  13. FILEVERSION     VER_FILEVERSION
  14. PRODUCTVERSION     VER_PRODUCTVERSION
  15. FILEFLAGSMASK     VS_FFI_FILEFLAGSMASK
  16. FILEFLAGS     (VER_PRIVATEBUILD|VER_PRERELEASE|VER_DEBUG)
  17. FILEOS     VOS__WINDOWS32
  18. FILETYPE     VFT_DLL
  19. FILESUBTYPE     VFT2_UNKNOWN
  20. BEGIN
  21.     BLOCK "StringFileInfo"
  22.     BEGIN
  23.         BLOCK "040904E4"
  24.         BEGIN
  25.             VALUE "CompanyName", VER_COMPANYNAME_STR
  26.             VALUE "FileDescription", VER_FILEDESCRIPTION_STR
  27.             VALUE "FileVersion", VER_FILEVERSION_STR
  28.             VALUE "InternalName", VER_INTERNALNAME_STR
  29.             VALUE "LegalCopyright", VER_LEGALCOPYRIGHT_STR
  30.             VALUE "LegalTrademarks1", VER_LEGALTRADEMARKS1_STR
  31.             VALUE "LegalTrademarks2", VER_LEGALTRADEMARKS2_STR
  32.             VALUE "OriginalFilename", VER_ORIGINALFILENAME_STR
  33.             VALUE "ProductName", VER_PRODUCTNAME_STR
  34.             VALUE "ProductVersion", VER_PRODUCTVERSION_STR
  35.         END
  36.     END

  37.     BLOCK "VarFileInfo"
  38.     BEGIN
  39.         /* The following line should only be modified for localized versions. */
  40.         /* It consists of any number of WORD,WORD pairs, with each pair */
  41.         /* describing a language,codepage combination supported by the file. */
  42.         /* */
  43.         /* For example, a file might have values "0x409,1252" indicating that it */
  44.         /* supports English language (0x409) in the Windows ANSI codepage (1252). */

  45.         VALUE "Translation", 0x409, 1252

  46.     END
  47. END

<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
阅读(180) | 评论(0) | 转发(0) |
0

上一篇:VXD WDM WDF 发展历史

下一篇:copyright

相关热门文章
  • LNK1123: 转换到 COFF 期间失...
  • WIN7访问共享:0x80070035 找不...
  • Delphi 2010下载+完美破解...
  • vs2010调试C++程序时提示 无...
  • VISIO,不规则封闭图形填充方...
  • linux dhcp peizhi roc
  • 关于Unix文件的软链接
  • 求教这个命令什么意思,我是新...
  • sed -e "/grep/d" 是什么意思...
  • 谁能够帮我解决LINUX 2.6 10...
给主人留下些什么吧!~~
原创粉丝点击