Home > Back-end >  Use VC DLL BCB, implib -f parameter is what mean?
Use VC DLL BCB, implib -f parameter is what mean?

Time:11-10

Borland Implib Version 3.0.22 Copyright (c) 1991, 2000 Inprise Corporation

Syntax: IMPLIB libname [options] [. Lib] [@ respfile | srcname] [srcname...].
Options:
- Add a '_' alias for MS flavor cdecl functions provides
- c Case sensitive symbols
The -f Force imports by name (with hints)
No Warnings - w

Respfile may contain a list of source files to process.
Wildcards are ok for. DLL and. DEF file names.

For VC DLL, if the function is derived with the default __cdecl call way, using implib - af parameters?
If the export function __stdcall calls it, implib parameters what you use?
How to export the function name like _addfun @ 4 judgment function is derived in which invocation way?
  • Related