vote up 2 vote down star

I'm using Dev C++ to write a simple C program and I need to create an image. I know how to use GD but unfortunately it's not included in Dev C++ installation.

Where can I download gd.h file? I'm using Windows Vista.

flag

2 Answers

vote up 3 vote down check

The gd.h alone won't work. You also need the library files to link against - try to use the windows distribution for libgd. I can't guarantee it will work with DevC++ though...

link|flag
I bow to your more helpful and sensible answer :) – Carl Smotricz Nov 8 at 1:15
It works great... ;) – Richard Knop Nov 8 at 1:45
vote up 1 vote down

seems to be part of libgd. I found lots of stuff about it on www.libgd.org .

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.