Author: AlbrechtS
Date: 2008-11-16 11:44:58 -0800 (Sun, 16 Nov 2008)
New Revision: 6528
Log:
Added missing dependency (COMCTRL32.LIB) to documentation/src/basics.dox
(reported in fltk.general).


Modified:
   branches/branch-1.3/CHANGES
   branches/branch-1.3/documentation/src/basics.dox

Modified: branches/branch-1.3/CHANGES
===================================================================
--- branches/branch-1.3/CHANGES 2008-11-16 19:42:35 UTC (rev 6527)
+++ branches/branch-1.3/CHANGES 2008-11-16 19:44:58 UTC (rev 6528)
@@ -1,5 +1,7 @@
 CHANGES IN FLTK 1.3.0
 
+       - Fixed documentation (added missing COMCTRL32.LIB
+         dependency)
        - Fixed menu positon close to screen border (STR #2057)
        - Improved stability of fl_read_image (STR #2021)
        - Fixed adding an idle handler during

Modified: branches/branch-1.3/documentation/src/basics.dox
===================================================================
--- branches/branch-1.3/documentation/src/basics.dox    2008-11-16 19:42:35 UTC 
(rev 6527)
+++ branches/branch-1.3/documentation/src/basics.dox    2008-11-16 19:44:58 UTC 
(rev 6528)
@@ -295,7 +295,8 @@
 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

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to