I have set up Eclipse to work with OpenCV 2.1.
When I try a simple program, I get the following error:
Type 'IplImage' could not be resolved
For the following line:
IplImage* img = 0;
How can I solve this issue?
Thanks.
|
|
|
you sure u tried these:
Visit http://opencv.willowgarage.com/wiki/EclipseOpenCVLinux |
|||||||||||
|
|
I had this issue for real, and not by forgetting to code or include something (code worked fine in MSVC) I compared the At least so I thought. All compiler errors are gone, but now I'm getting lots of linker errors, all about symbols found inside OpenCV itself. It seems the linker cannot find I solved this by changing the symbols Project Properties -> C/C++ General -> Symbols Use ADD to change the two symbols, even though they already exist. Using Edit on them just removes them in my version of Eclispe. |
||||
|
|