Trouble VS2017 built a project with different name

asked 2018-09-24 06:06:43 -0600

updated 2018-09-24 06:44:47 -0600

I am puzzled here. I followed the instructions to get a solution running with OpenCV. One of the project compiled (CannyStill) not the othe (UVCTest). Can not tell what I am missing. I was working on a sample from Github https://github.com/MicrocontrollersAn...

image description

It is a copy of the first one. Butchange the name of the project to my own version.

edit retag flag offensive close merge delete

Comments

i removed your screenshot, is useless here (can't be indexed / quoted).

but you'll have to tell us more detailled, with which examples exactly you're trying (do you have a link to it ?), the opencv version, etc.

berak gravatar imageberak ( 2018-09-24 06:17:26 -0600 )edit
1

The screenshot shows all the built errors. It was very relevant. The project CannyStill compiled fine, but when I created a copy with another name (UVC) will not compile.

jecalderon gravatar imagejecalderon ( 2018-09-24 06:23:19 -0600 )edit

ok, restored. but again, there is no such thing as an UVC or a CannyStill sample in the opencv codebase, right ?

berak gravatar imageberak ( 2018-09-24 06:24:29 -0600 )edit

throw out all stdafx.h targetver.h stdafx.cpp (you don't need any of it), and disable precompiled headers.

cleanup (delete all temps) and try again

(it's also not really an opencv problem, you broke the copy of your project in vs)

berak gravatar imageberak ( 2018-09-24 06:29:25 -0600 )edit

uhmm.. I was working from a tutorial at Github. https://github.com/MicrocontrollersAn... . I just learned here that there is a codebase . DO not have it forked. Will look at it . Thanks.

jecalderon gravatar imagejecalderon ( 2018-09-24 06:33:13 -0600 )edit