All external references are resolved to create an executable program or a dynamic - link library 所有的外部引用均被解析以创建可执行程序或者动态连接库
You can see the executable program name in the lines of output information the compiler displays 您可以在编译器显示的多行输出信息中看到可执行程序的名称。
When you use an executable program or an operating system command as a job step , you must specify 将可执行程序或操作系统命令用作作业步骤时,必须指定以下内容:
The file format used for executable programs and for files to be linked together to form executable programs 一种文件格式,用于编写可执行程序和链接在一起形成可执行程序的文件。
Exception is thrown when the file image of a dll or executable program is not valid 关于异常的疑难解答: system . badimageformatexception当dll或可执行程序的文件映像无效时,会引发
If you are building code for an executable program , it is necessary to indicate the entry point of a program by creating a 如果生成可执行程序的代码,必须指示程序的入口点,创建一个
The output of a project is usually an executable program . exe , a dynamic - link library . dll file or a module , among others 项目的输出通常是可执行程序( . exe ) 、动态链接库( . dll )文件或模块等。
Not only can a generic test call an executable program on your computer , it uses your credentials as it does so 一般测试不仅可以调用您计算机上的可执行程序,它在执行调用时还会使用您的凭据。
Runs an executable program and returns an integer containing the program s process id if it is still running 运行一个可执行程序,并且如果该程序仍然在运行,则返回一个包含该程序的进程id的整数。
Not only can a generic test call any executable program on your computer , it uses your credentials as it does so 一般测试不仅可以调用计算机上的任何可执行程序,它还采取同样的方式使用您的凭据。