Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
| Overview | How Do I | Compiler Options
The /FIfilename option causes the preprocessor to process the header file specified by filename. Each filename is included as if it were specified with double quotation marks (") in an #include directive on line 0 of every C or C++ source file specified in the CL environment variable, on the command line, or in any command file. If multiple /FI options are used, the files are included in the order they are processed by CL. The space between /FI and filename is optional.