I'm using the source code in this article.
I've simply copy and pasted the source to my own project, and Dev-C++ is finding all of the includes; however, when I compile I receive a slew of "linker errors" such as the following:
[Linker error] undefined reference to _imp__ilGenImages@8
Have I set up my environment improperly somehow? How do I fix it?