I just installed cImg, and began to go through some of the example files to get myself oriented. Every program that loads an image from the example folder compiles fine, then hits this error in the Command Window while running:
[instance(0,0,0,0,0000000000,non-shared)] CImg::load(): Failed to open file 'Cimg/lena.pgm'.
I assume that since this is all occurring in the example code, that the problem lies within how I have the path to the image folder set up.
Any ideas as to how to fix this?