c++ - Error: cannot open source file #include - in visual studio 2012 -



c++ - Error: cannot open source file #include<libcec/cec.h> in visual studio 2012 -

i trying utilize libcec in visual studio 2012. done process of setting up. when utilize

# include<libcec/cec.h>

it gives error cannot open source file. should prepare it?

you need set path of library vc++ include directory:

otherwise, find exact path of header (cec.h), , others, , set total path in #include statement.

c++ visual-c++ include

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -