CS559 Programming FAQ

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 with fltkd.lib,comctl32.lib, and wsock32.lib.