If the precompiled header file can't be used, it is ignored.
如果无法使用这个预编译头文件,那么将忽略它。
This command specifies a precompiled header file named MYPCH. PCH.
此命令指定名为MYPCH . p ch的预编译头文件。
The following command specifies the use of a precompiled header file named MYPCH. PCH.
以下命令是指定使用名为MYPCH . p ch的先行编译标头档。
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)点之前,以一种经过编译的形式包含目标代码。
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.
这需要预编译头文件对此源文件禁止,否则编译器使用预编译头文件会导致包含错误的宏扩展。
Pragmas processed during the compilation of a precompiled header usually affect the file in which the precompiled header is subsequently used.
在对预编译头进行编译的过程中所处理的杂注通常会影响后面使用此预编译头的文件。
Pragmas processed during the compilation of a precompiled header usually affect the file in which the precompiled header is subsequently used.
在对预编译头进行编译的过程中所处理的杂注通常会影响后面使用此预编译头的文件。
应用推荐