Ask Your Question

spaceman's profile - activity

2017-06-13 01:10:09 -0600 received badge  Enthusiast
2017-06-12 23:01:49 -0600 commented answer Can't seem to use OpenCV

@lohachan0108 Can you add an instruction or two for compiling with multiple sources? I'm new to CMake.

2017-06-07 08:34:35 -0600 commented question Can't seem to use OpenCV

Really? Was not aware of that... I've tried building them, I'll do it again though. This is why I avoid libs as much as possible.

2017-06-07 00:04:33 -0600 asked a question Can't seem to use OpenCV

I have followed the instructions included in the documentation for installing OpenCV (several times, just to make sure), and yet I am still not able to link my code, which is written in C++. Are there better outlined steps I can follow?

For context, I am using g++ as my compiler (with Cygwin), and I have two C++ sources I am trying to link. I am running on a Windows 10 x64 machine. The actual .cpp sources compile fine, but the linker is having a heart attack.

Cheers!