Author: AlbrechtS Date: 2009-06-05 01:47:44 -0700 (Fri, 05 Jun 2009) New Revision: 6792 Log: Fixed a typo.
Modified: branches/branch-1.3/documentation/src/basics.dox Modified: branches/branch-1.3/documentation/src/basics.dox =================================================================== --- branches/branch-1.3/documentation/src/basics.dox 2009-05-30 11:44:08 UTC (rev 6791) +++ branches/branch-1.3/documentation/src/basics.dox 2009-06-05 08:47:44 UTC (rev 6792) @@ -328,11 +328,11 @@ \section basics_visual_cpp Compiling Programs with Microsoft Visual C++ In Visual C++ you will need to tell the compiler where to -find the FLTK header files. This can be done by selecting +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 (FLTK.LIB or FLTKD.LIB), the Windows Common -Controls (COMCTRL32.LIB), and WinSock2 (WS2_32.LIB) libraries to +Controls (COMCTL32.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
