Page 1 of 1

.obj file format

PostPosted: Jul 7, 2004 @ 7:49pm
by Exocet
anyone have any good links on how MS sets up it's .obj files for ARM?

PostPosted: Jul 7, 2004 @ 9:07pm
by Kzinti
I would expect them to be exactly like the x86 ones. Using the MS-COFF format. The documentation is available in MSDN.

PostPosted: Jul 19, 2004 @ 6:45pm
by Exocet

PostPosted: Jul 19, 2004 @ 7:00pm
by Kzinti
Reading them is easy... Manipulating them is something else. Have fun!