对于动态链接,多个库定义相同的符号没有问题。
With dynamic linking, it's not a problem to have multiple libraries that define the same symbol.
首先,它几乎没有任何动态内容 — 只有用户名和登录/退出链接。
First, there is almost nothing dynamic about it anymore — just the user name and login/logout link.
你只能指定一个可执行文件路径,它同时也会被用于输出动态链接库(. DLL)的输出。- E选项对输出包文件(. BPL)没有影响。
You can specify only one executable directory, which is also used for. DLL files. The -e option does not affect the location of. BPL (package) files.
应用推荐