建立静态程序库。
Here's my problem: my static library is very generic.
这是我的问题:我的静态库很通用。
How to add compilation for profiling to static library?
如何分析静态库添加编译?
Do I need to add all the frameworks from my static library?
我需要从我的静态库添加所有的框架吗?
This example shows how to link to a static library from the module.
这个案例告诉你,怎么样从模块链接一个静态库。
You can link a static library to an MFC-based program or to a non-MFC program.
可将静态程序库连结至MFC架构程序或是非mfc程序。
How do I create a static library which automatically links to a dynamic library?
如何创建一个静态库,自动链接到一个动态库吗?
This is why the DLL version of GLEW offers nothing special vs. the static library.
这就是为什么DLL版本格鲁提供没有什么特别的和静态库。
Indicates that the wizard will generate a project for a static library application.
指示向导将为静态库应用程序生成一个项目。
A static library can introduce its own new dependencies, and you can't check them as easily.
静态程序库可能引入其自己的新的依赖,而且不容易检查到它们。
If you make a change in a static library, execution continues with the old version and no warning is issued.
如果您变更静态程序库,执行仍会使用旧版本继续进行,不会发出任何警告。
The ar tool creates a static library, libuser.a, and puts copies of the user_sqrt1.o and user_log1.o object files in it.
ar工具创建了静态库libuser . a,并将user_sqrt1 . o和user_log1 . o目标文件的副本放置于其中。
This means that each program which USES a static library includes some or all of the library in the program binary on disk.
这表示每个程序如果用到静态库的话,它就包含了部分或者全部的库到程序二进制文件里面。
Since the project will be used to compile the OpenLDAP client library, the project should be created with the static library template.
因为将使用这个项目编译openldap客户端库,所以应该用静态库模板创建它。
If you make changes to a static library using Edit and Continue, you need to manually rebuild the library and relink applications using it.
如果使用“编辑并继续”更改静态库,需要使用“编辑并继续”手动重新生成库并重新链接应用程序。
A normal static library is in a format created by the ar utility, which is basically a very simple-minded archive program, similar to tar but simpler.
常规的静态程序库的格式是ar工具(一个非常简单的存档程序,类似于tar,但是更简单)所创建的那种格式。
In a traditional static library, the code generated is usually bound together into a library file with a name ending in.a and then it's passed to the linker.
在传统的静态程序库中,生成的代码通常封装在一个程序库文件中(其名称以.a结尾),然后传递给链接器。
The index speeds up linking with the static library and allows routines in the library to be called, irrespective of their actual placement inside the library.
该索引可以提高与静态库进行连接的速度,并允许调用库中的例程,而不考虑它们在库中的实际位置。
Now that we have seen some enhancements with static methods and members, let's take a look at some new classes added to a very useful part of PHP V5: the Standard PHP Library.
现在您已经了解了有关静态方法和成员的增强,现在让我们看一看PHPV 5中新添的类,它们构成了非常有用的部分:标准php库。
Library loading and unloading introduces some issues, such as the need to take care of static objects.
库装入和卸装引入一些问题,如需要注意静态对象。
Static libraries in UNIX systems follow a naming convention, where lib is prefixed and.a is suffixed to the library name.
在UNIX系统中,静态库遵循一种命名规范,使用lib作为前缀,而使用. a作为库名的后缀。
Note that readdir is not thread-safe, because the returned structure is a static variable stored in the function library.
请注意,readdir不是线程安全的,因为所返回的结构是存储在函数库中的一个静态变量。
Using static compilation, the code in the library combines with the application (which can have the downside of making the executable very large).
使用静态编译时,库中的代码与应用程序合并在一起(从而使可执行文件变得很庞大)。
The first library, remote.js, is static and ships Seam's client-side remoting framework to the browser.
第一个库remote.js是静态的,将Seam的客户端remoting框架传递给浏览器。
In that library, I use symbols from plenty of static and dynamic libraries.
在图书馆,我使用大量的静态和动态的符号库。
Snapshot support is based on the ODBC Cursor Library, which provides static cursors and positioned updates (needed for updateability) for any Level 1 driver.
快照集支援是ODBC 资料指标程式库架构,可提供静态资料指标和定位更新 (可更新性所需)给任何层级1 驱动程式。
As the name describes, this kind of DLL is built using the static link library version of MFC.
正如名称所描述的,这类DLL是使用mfc静态链接库版本生成的。
If your driver already supports static cursors, you do not need to load the cursor library to get snapshot support.
如果驱动程序已经支援静态资料指标,就不需要载入资料指标程序库来取得快照集支援。
If your driver already supports static cursors, you do not need to load the cursor library to get snapshot support.
如果驱动程序已经支援静态资料指标,就不需要载入资料指标程序库来取得快照集支援。
应用推荐