Reputation: 326
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