Recent Changes - Search:

CS559-2007

Resources

Staff Login

Main / CS559ProgrammingFAQ - CS559 2007

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.

History - Print - Recent Changes - Search
Page last modified on September 06, 2007, at 02:41 PM