1. Visual Studio is giving me a LINK error. What does it mean?
This usually means it can't find
a library that's required to run your program. For example, if you have#include
<Fl/Fl_Window.h>in your
code, then you have to ask Visual Studio to link withfltkd.lib,comctl32.lib,
andwsock32.lib.