![]() |
vc2010 produced .obj is not a COFF type file ,there is anybody know why?
I try to build a crypto++ .lib file for make .sig file of IDA,building crypto++ .lib was succeeded ,
but when I try to use flair to make .sig , it tell me can't recognize those .obj file type that linked in .lib . so I open a .obj read it ,and this's what is see . Quote:
Quote:
|
Disable "Link Time Code Generation" in your project.
|
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.
|
You can specify the type of object module outputted by changing the switches passed to ml.exe.
https://msdn.microsoft.com/en-us/library/s0ksfwcf.aspx |
thank you all .
I disable the /LTCG switch �� it worked but when you disable /LTCG switch ��you also need to disable /GL switch ,that means you will get very large .lib file |
| All times are GMT +8. The time now is 21:48. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX