roeegg
roeegg

Reputation: 326

Compile source files to PE object files instead of COFF

From what I read, although PE format is used mostly for executable files it can also be used for object files. And usually, on Windows systems classic COFF format is used for object files.

Is there a way to specify to Visual Studio to compile C source file to PE and not classic COFF?

Thanks in advance

Upvotes: 0

Views: 21

Answers (0)

Related Questions