Compile File

The Compile File command creates an object file (.OBJ) from the current source file.

·To compile a file:

1.From the Options menu, choose the Project command to set the compiler options.

2.From the Project menu, choose the Compile File command to create the object file.

The Compile File command creates an object file with the same name as the original source file but with an .OBJ extension. An object file contains intermediate code that must be linked to form an executable file. This command does not link the .OBJ file into a .DLL or .EXE file.

Related Commands

Project menu: Build, Rebuild All Options menu: Project