If the precompiled header file can't be used, it is ignored.
如果无法使用这个预编译头文件,那么将忽略它。
The first command creates the precompiled header precomp.h.gch.
第一个命令创建了预编译头文件precomp . h . g ch。
This command specifies a precompiled header file named MYPCH. PCH.
此命令指定名为MYPCH . p ch的预编译头文件。
Yc tells the cl compiler to generate the precompiled header from precomp.h.
Yc通知cl编译器从precomp . h生成预编译头文件。
Create precompiled header Files and use the precompiled header options.
建立先行编译标头档,并且使用先行编译标头选项。
Sets up a project configuration properties when no precompiled header is used.
当未使用预编译头时,设置项目配置属性。
In this case, all include files can be precompiled into one precompiled header.
在这种情况下,可以将所有包含文件预编译为一个预编译头。
The following command specifies the use of a precompiled header file named MYPCH. PCH.
以下命令是指定使用名为MYPCH . p ch的先行编译标头档。
The integrated development environment generates code to enhance precompiled header performance.
集成开发环境会自动生成代码来增强预编译头文件的性能。
The definition will be in effect inside the precompiled header, but not in the rest of the code.
定义将在预编译头内部有效,而在代码的其余部分则无效。
Your precompiled header is too small for the amount of data the compiler is trying to put in it.
预编译头对于编译器尝试放入其中的数据量来说太小。
Call this function to configure the project when the project USES no precompiled header Settings.
当项目未使用预编译头设置时,调用该函数配置项目。
The definition was specified when the precompiled header was generated, but not in this compilation.
定义是在生成预编译头时指定的,而不是在此编译中指定的。
The compile will fail if the files require a precompiled header that is not available at the time of the build.
如果这些文件需要一个在生成时不可用的预编译头,编译将失败。
The first compilation — the one that creates the precompiled header file — takes a bit longer than subsequent compilations.
用于创建预编译头文件的第一次编译所花费的时间比后面的编译稍长一些。
As the name suggests, a precompiled header file contains object code in a compiled form that is included before the header stop point.
正如其名称所表示的,预编译头文件在头中止(headerstop)点之前,以一种经过编译的形式包含目标代码。
Pragmas processed during the compilation of a precompiled header usually affect the file in which the precompiled header is subsequently used.
在对预编译头进行编译的过程中所处理的杂注通常会影响后面使用此预编译头的文件。
If you use the precompiled headers options, debugging information for both the precompiled header and the rest of the source code is placed in the PDB.
如果使用预编译头选项,则预编译头和其他源代码的调试信息都放在PD b中。
As it searches for the included file, the compiler looks for a precompiled header in each directory just before it looks for the include file in that directory.
在搜索包含文件的过程中,编译器首先在每个目录中查找预编译头文件,然后再在这些目录中搜索包含文件。
This requires precompiled headers to be disabled for this source file, otherwise the compiler USES the precompiled header that includes the wrong macro expansion.
这需要预编译头文件对此源文件禁止,否则编译器使用预编译头文件会导致包含错误的宏扩展。
This requires precompiled headers to be disabled for this source file, otherwise the compiler USES the precompiled header that includes the wrong macro expansion.
这需要预编译头文件对此源文件禁止,否则编译器使用预编译头文件会导致包含错误的宏扩展。
应用推荐