Author: matt Date: 2011-01-06 13:48:37 -0800 (Thu, 06 Jan 2011) New Revision: 8203 Log: STR 2511: some minor doc changes. I did some extensive changes just after releasing RC2
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 2011-01-06 21:36:04 UTC (rev 8202) +++ branches/branch-1.3/documentation/src/basics.dox 2011-01-06 21:48:37 UTC (rev 8203) @@ -331,9 +331,12 @@ 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) and the Windows -Common Controls (COMCTL32.LIB) libraries to the "Link" settings. +need to add the FLTK (<tt>FLTK.LIB</tt> or <tt>FLTKD.LIB</tt>) and the Windows +Common Controls (<tt>COMCTL32.LIB</tt>) libraries to the "Link" settings. +You must also define <tt>WIN32</tt>. +More information can be found in <tt>README.MSWindows.txt</tt>. + You can build your Microsoft Windows applications as Console or Desktop applications. If you want to use the standard C \p main() function as the entry point, FLTK includes a \p WinMain() _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
