quote:
Originally posted by Stigmata
#include <Gdi32.lib>
It's not a header
quote:
Originally posted by segosa
#pragma comment(lib, "gdi32.lib")
That'll work
Or, if you're using Visual C++6, open the Project Settings (Alt+F7), go to the Link tab, and add 'gdi32.lib' to the end of the list (for all configs btw).