Ask Your Question
0

Fatal error LNK1123

asked 2016-11-06 07:48:11 -0600

LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

I would like to know if there is a simple solution for this error...

I am using:

Open cv 2.4.7. Visual Studio 2010 Express Microsoft Visual C++ Express

Thank you,

edit retag flag offensive close merge delete

Comments

you tried to link a wrong thing. things to look for:

  • it's not a *.lib
  • it is, but x86 vs x64, or different vs version
berak gravatar imageberak ( 2016-11-06 10:13:04 -0600 )edit

1 answer

Sort by » oldest newest most voted
0

answered 2016-11-11 12:52:26 -0600

Hi, thanks a lot...

I changed to x64 in the include directories recently and it seemed to work...THANKS.

(Sorry I didn´t write to you before, but, as I am trying lots of differents codes, examples, and trying to fix errors on my own, I barely remember the changes I have been doing and the codes I have been trying now. It really helps, thank you. It is that I am a bit tired I had to re-install everything to a new PC because the other was K.O.)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-11-06 07:48:11 -0600

Seen: 251 times

Last updated: Nov 11 '16