Share via


error C1007: unrecognized flag '-FitObjData' in 'p2'

Question

Friday, October 27, 2017 11:29 AM | 2 votes

Hello,

I try to integrate a static library build on VS2017 in my program created with VS2013 but I get the link error below : error C1007: unrecognized flag '-FitObjData' in 'p2'

I do not have enough space on my hard disk to install VS2017 thats why I ask if it is possible to solve this error on VS2013

Thank you

All replies (4)

Saturday, October 28, 2017 9:38 PM | 3 votes

If possible build the library using VS2013.


Monday, October 30, 2017 5:17 AM

Hi VSY13,

I agree with RLWA32, please try to recompile your static library with Visual Studio 2013 and see.

 

Best regards,

Fletcher

MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected].


Monday, October 30, 2017 8:58 AM

Thank you for your answer. 

Unfortunately i could not compile on VS2013 because i do not have a source codes of the static library


Tuesday, October 31, 2017 5:44 AM

Hi VSY13,

I found this thread with similar issue, and the answer from CReaTus might help:

https://stackoverflow.com/questions/20936074/getting-fatal-error-c1007-unrecognized-flag-archvfpv3-d32-in-p2-error-wh

 

Best regards,

Fletcher

MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected].