对于动态链接,多个库定义相同的符号没有问题。
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.
链接阶段是成功的因为符号是解决动态库的加载,没有联系。
Linking phase is successfull because symbols are resolved when dynamic library is loaded, not linked.
没有预链接的动态库总是会被加载到一个随机选择的地址。
Shared libraries not already prelinked are always loaded at a randomly chosen address.
动态链接DLL !不知道对大家有没有用!
动态链接DLL !不知道对大家有没有用!
应用推荐