Menu

DEV C++ and OpenCV

2008-05-25
2012-09-26
  • Jorge Leandro

    Jorge Leandro - 2008-05-25

    Hi, folks

    I have just had both DEV C++ and the OpenCV library installed and configured according to the tutorial at:
    http://opencvlibrary.sourceforge.net/DevCpp

    To begin with, I successfully compiled all accompanying OpenCV sample .c and .cpp files within DEV, but one. This one is a short example to show how to use new-style image classes declared in cxcore.hpp, a header including definitions and declarations for a new class named cvImage.

    The cxcore headers and libs have been linked in accordance with the aforementioned tutorial, however the compilation does not get to the end, moreover displaying these messages:
    "[Linker error] undefined reference to CvImage::show(char const*)' [Linker error] undefined reference toCvImage::load(char const, char const, int)'
    ld returned 1 exit status"

    I would appreciate any hint on how to solve such a problem.
    Best regards,
    Jorge

     
    • Nobody/Anonymous

      Post on bloodshed sourceforge forum fellas,
      youll get a reply there,this place seems defunct just look at the spam.

       
    • Nobody/Anonymous

      I've the same problem!!!

       

Log in to post a comment.