summaryrefslogtreecommitdiff
path: root/documentation/src/basics.dox
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src/basics.dox')
-rw-r--r--documentation/src/basics.dox3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/src/basics.dox b/documentation/src/basics.dox
index fc177c4ef..bbe94756c 100644
--- a/documentation/src/basics.dox
+++ b/documentation/src/basics.dox
@@ -295,7 +295,8 @@ In Visual C++ you will need to tell the compiler where to
find the FLTK header files. This can be done by selecting
"Settings" from the "Project" menu and then changing the
"Preprocessor" settings under the "C/C++" tab. You will also
-need to add the FLTK and WinSock2 (WS2_32.LIB) libraries to
+need to add the FLTK (FLTK.LIB or FLTKD.LIB), the Windows Common
+Controls (COMCTRL32.LIB), and WinSock2 (WS2_32.LIB) libraries to
the "Link" settings.
You can build your Microsoft Windows applications as Console or