Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  • you probably set your "Additional Include Dirs" in VS wrong, try to point it to "c:/opencv/build/include"
  • opencv/cxcore.h is fromm the deprecated, no more maintained c-api. you MUST NOT use it. if your code contains IplImage, - throw it away entirely, it's no more usable.
  • you probably set your "Additional Include Dirs" in VS wrong, try to point it to "c:/opencv/build/include"
  • opencv/cxcore.h is fromm from the deprecated, no more maintained c-api. you MUST NOT use it. if your code contains IplImage, - throw it away entirely, it's no more usable.
  • you probably set your "Additional Include Dirs" in VS wrong, try to point it to "c:/opencv/build/include"
  • opencv/cxcore.h is from the deprecated, no more maintained c-api. you MUST NOT use it. if your code contains IplImage, - throw it away entirely, it's no more usable.