Home > Common Problem > body text

What is the program called that converts obj to exe?

Release: 2020-03-07 09:55:53
Original
18813 people have browsed it

What is the program called that converts obj to exe?

The program that converts the target program (.OBJ) into an executable file (.EXE) is called a linker.

The obj file refers to the intermediate code file generated when the program is compiled.

The target file is usually a binary file compiled by the program, and then linked through the linker and resource files to become an exe file.

OBJ only gives the relative address of the program, while EXE is the absolute address.

The above is the detailed content of What is the program called that converts obj to exe?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template