borland是不是不提供该工具了?

解决方案 »

  1.   

    Delphi可以自己包含res文件.
    {*R ???.res}吧.
    RC文件可以自己建立,也可以安装Delphi时候安装ResourceWorkshop,使用它帮助编写.
    然后使用GRCC32连接就好呢.
      

  2.   

    在命令提示行中编译:brcc32 *.rc   //BRCC32要和*.rc文件在同一个目录
    将*.RC文件编译成*.res文件
    DELPHI自带的IMAGE EIDT也可以编辑!
      

  3.   

    唉呀对不住,把BRCC32打成GRCC32了.
    下面是他的命令行参数Borland Resource Compiler / Binder
    Version 5.20 Copyright (c) 1992, 1997 Borland InternationalSyntax: brcc [options ...] filename
      options ed with a '*' are on by default  -r                    (ignored, for compatibility)
      -fofilename           set output res filename
      -v                    verbose
      -ipath                set include path
      -x                    ignore INCLUDE environment variable
      -dname[=string]       define #define
      -16                *  build 16-bit Windows compatible .res file
      -32                   build 32-bit Windows compatible .res file
      -31  Provided for downward compatibility (build 16-bit .res file)
      -w32 Provided for downward compatibility (build 32-bit .res file)
      -? or -h              display this message