Borland Implib Version 3.0.22 Copyright (c) 1991, 2000 Inprise Corporation
Syntax: IMPLIB [options] libname[.lib] [@respfile | srcname] [srcname ...]
Options:
-a Add '_' alias for MS flavor cdecl functions
-c Case sensitive symbols
-f Force imports by name (with hints)
-w No Warnings
Respfile may contain a list of source files to process.
Wildcards are ok for .DLL and .DEF file names.
對于VC的DLL,如果匯出函式用默認的__cdecl呼叫方式,使用 implib -af 引數嗎?
如果匯出函式用__stdcall呼叫方式,implib要用什么引數?
如何從匯出的函式名比如 _addfun@4 之類判斷匯出函式是用哪種呼叫方式?
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/208750.html
標籤:基礎類
上一篇:Java高并發6-ThreadLocal內部各種方法實作原理
下一篇:關于頭檔案問題
