English | Russian |
compile time | время компиляции (The point at which a program is being compiled (i.e., most languages evaluate constant expressions at compile time but evaluate variable expressions at run time); The amount of time required to perform a compilation of a program. Compile time can range from a fraction of a second to many hours, depending on the size and complexity of the program, the speed of the compiler, and the performance of the hardware) |
Compile-time directives | Директивы времени компиляции (Visual Studio 2013 Rori) |
compile-time error | ошибка времени компиляции (An error in a script that occurs if you mistype a keyword, forget to close a multi-line command (such as DO ... LOOP), or introduce a similar mistake. If a script includes a compile-time error, the script will not execute and an error message is displayed as soon as the browser or server processes the page. Also called a syntax error) |
Expression must be a compile time constant | Выражение должно являться константой во время компиляции (.NET Framework 3.5 Rori) |
Linked at compile time | Скомпоновано во время компиляции (Visual Studio 2013 Rori) |