Thread
:
vc2010 produced .obj is not a COFF type file ,there is anybody know why?
View Single Post
#
3
05-15-2016, 03:17
gigaman
Friend
Join Date: Jun 2002
Posts: 87
Rept. Given: 0
Rept. Rcvd 3 Times in 2 Posts
Thanks Given: 0
Thanks Rcvd at 14 Times in 11 Posts
Yep, that's an internal VC format (different for each version of VC) - that only turns into real code when the final module (EXE, DLL, ...) is linked.
The Following User Says Thank You to gigaman For This Useful Post:
xiaohang99
 (05-15-2016)
gigaman
View Public Profile
Find all posts by gigaman