Ask Your Question

FL3SH's profile - activity

2016-08-25 05:03:27 -0600 received badge  Famous Question (source)
2015-10-21 08:06:28 -0600 commented answer Is there any official IRC for OpenCV?

Still needed ;)

2015-05-05 22:38:15 -0600 received badge  Notable Question (source)
2015-01-21 12:05:42 -0600 received badge  Popular Question (source)
2013-10-20 12:27:58 -0600 commented question LINK : fatal error LNK1104: cannot open file '.obj'

I change DEBUG libs, now they all have 'd' and I has the same strange char in my video window after debug... Edit: Win 7 with 2.4.6 I hasn't problems with window name ;)

2013-10-20 09:20:57 -0600 commented question LINK : fatal error LNK1104: cannot open file '.obj'

ok, to solve this problem: "The program '[2080] Test1.exe' has exited with code -1 (0xffffffff)." I need to rebuilt opencv with cmake?

One more, when I VideoCapture my namedWindow look likes "Ć®ý€őňáüV" why?

2013-10-20 08:09:13 -0600 commented question LINK : fatal error LNK1104: cannot open file '.obj'

thank you now it's working ;)

It is normal when I debug program form http://bit.ly/Yg9k53, I get about 10 output info: "...vc11\bin\opencv_core245.dll'. Cannot find or open the PDB file." and last output info: "The program '[2080] Test1.exe' has exited with code -1 (0xffffffff)."

2013-10-20 03:36:24 -0600 commented question LINK : fatal error LNK1104: cannot open file '.obj'

I am follow your tutorial and... I has new error: LINK : fatal error LNK1104: cannot open file 'opencv_highguiv245.lib'

2013-10-19 17:14:13 -0600 asked a question LINK : fatal error LNK1104: cannot open file '.obj'

Hello,

I am new, and I has big problem with bulid my simple program. I using many tutorials, instructions and I can't solve it. I edit variable's path, add in:
C/C++->General->Additionals Include Directories->MyOpenCv\build\include
Linker->General->Additionals Library Directories->MyOpenCv\build\x86\vc11\lib
Linker->Input->Additional Dependencies->I added .libs
The same in Debug and Release.

Windows 8 x64, VS2012 x32, OpenCV 2.4.5

Please help me I struggling with this for 3 days.