I'm trying to use CImg with dev c++, I can't even get it to run this:
#include"CImg.h"
using namespace cimg_library;
int main()
{
return 0;
}
I get segfault when I run this, apparently in CImg.h file. Can anyone help me?
feedback
|