CL.EXE就是VC++编译器
LINK.exe用于链接obj文件
nmake.exe编译工程文件
lib.exe:
    creates and manages a library of Common Object File Format (COFF) object files. LIB can also be used to create export files and import libraries to reference exported definitions.dumpbin.exe:可以察看dll或exe文件中的函数接口,数据段,代码段等信息
MIDL.exe:把IDL文件编译成.h文件
别的我也不太清楚
你查查MSDN,上面可能讲的有。

解决方案 »

  1.   

    MC 使用来编译 Message DLL 的 (常用在NT Service的Event Logging)
    BSCMAKE.EXE 用来编译生成*.bsc的 (用在VC右键菜单里的 goto definition) 
    MKTYPLIB.EXE 是生成COM组件的TypeLib的 (为Ole automation 所必须)
      

  2.   

    lib.exe:
        creates and manages a library of Common Object File Format (COFF) object files. LIB can also be used to create export files and import libraries to reference exported definitions关键就是这个,我不知道到底在什么场合怎么用,我想看个例子。高手赐教吧。
    拜托