coffimplib转换工具
coffimplib转换工具: IMPLIB takes as input either DLLs or module definition files, or both, and produces an import library as output. If you've created a Windows application, you've already used IMPORT32.LIB, the import library for the standard Windows DLLs. IMPORT32.LIB is linked automatically when you build a Win32 application in the C++Builder IDE and when using BCC32 at the command line. An import library lists some or all of the exported functions for one or more DLLs. IMPLIB creates an import library directly from DLLs or from module definition files for DLLs (or a combination of the two). from module definition files for DLLs (or a combination of the two).
下载地址
用户评论