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?

link|improve this question
1  
Maybe you should post that code then. – Cole W Apr 30 '11 at 3:39
1  
Just a question: Do you get a segmentation fault when running the executable, or does your compiler throw a segmentation fault? I remember seeing such a question in relation to Dev C++ come time ago, but can't find it anymore. :S In any case, you might not want to use Dev C++. It's very outdated and no longer actively developed. – Bart Apr 30 '11 at 8:04
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.