为了让用户(和程序员)不必追踪程序库版本号和更新,系统提供了大量的符号链接。
To prevent users (and programmers) from needing to track library Numbers and updates, the system comes with a large number of symbolic links. In general, the pattern is that.
添加程序库的符号表。
链接器将所有对符号的引用进行分类,标识出它们是在哪个程序库中找到的。
The linker sorts through references to symbols, making notes about in which libraries they were found.
在完成这些任务之后,生成的可执行文件会拥有一个列表,该列表列出了计划从运行期将加载的程序库中找出的那些符号。
Once those tasks are done, the resulting executable has a list of symbols it plans to look up from libraries it will load at runtime.
不是每一个字符串都是合法的rexx符号——为限制程序库中的关键字——但是相对于大部分语言,Rexx在符号命名方面非常自由。
Not every string is valid Rexx symbol — which restricts the keys in the dictionary — but Rexx is pretty liberal about its symbol names, compared to most languages. E.g.
不同版本的MF c程序库会自动与您的应用程序连结,视您的组建定义这两个符号的哪一个而定。
Different variants of the MFC libraries are automatically linked with your application, depending on which of these two symbols your build defines.
这些符号ID可以支援各种程序库与专案类型,例如MFC。
These symbol IDs support the various libraries and project types such as MFC.
在步骤2里,汇入程序库是用来建置DLL2,然后它会为DLL2的符号产生汇入程序库。
In step 2, the import library is used to build DLL2, which in turn produces an import library for DLL2's symbols.
在步骤2里,汇入程序库是用来建置DLL2,然后它会为DLL2的符号产生汇入程序库。
In step 2, the import library is used to build DLL2, which in turn produces an import library for DLL2's symbols.
应用推荐