Author: AlbrechtS
Date: 2008-11-16 11:42:35 -0800 (Sun, 16 Nov 2008)
New Revision: 6527
Log:
Added missing dependency (COMCTRL32.LIB) to basics.html.
(Reported in fltk.general).


Modified:
   branches/branch-1.1/CHANGES
   branches/branch-1.1/documentation/basics.html

Modified: branches/branch-1.1/CHANGES
===================================================================
--- branches/branch-1.1/CHANGES 2008-11-14 17:22:08 UTC (rev 6526)
+++ branches/branch-1.1/CHANGES 2008-11-16 19:42:35 UTC (rev 6527)
@@ -1,5 +1,7 @@
 CHANGES IN FLTK 1.1.10
 
+       - Fixed documentation (added missing COMCTRL32.LIB
+         dependency)
        - Fl_Group::clip_children() is now public (STR #2017)
        - Fixed first modifier key event (STR #1952)
        - Fixed wrong default value of Fl_Spinner in 

Modified: branches/branch-1.1/documentation/basics.html
===================================================================
--- branches/branch-1.1/documentation/basics.html       2008-11-14 17:22:08 UTC 
(rev 6526)
+++ branches/branch-1.1/documentation/basics.html       2008-11-16 19:42:35 UTC 
(rev 6527)
@@ -300,7 +300,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
+"C/C++" tab. You will also need to add the FLTK (FLTK.LIB
+or FLTKD.LIB), the Windows Common Controls (COMCTRL32.LIB), and
 WinSock (WSOCK32.LIB) libraries to the "Link"
 settings.</P>
 

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

Reply via email to