From 8074cb6f8213ec824547986ecd85f6072250d168 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 1 Jan 2011 04:42:56 +0000 Subject: A bunch of documentation updates. Not sure if I found everything. The Unicode section needs some love. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8151 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/basics.dox | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'documentation/src/basics.dox') diff --git a/documentation/src/basics.dox b/documentation/src/basics.dox index e92e89a50..8a2f32916 100644 --- a/documentation/src/basics.dox +++ b/documentation/src/basics.dox @@ -335,15 +335,10 @@ need to add the FLTK (FLTK.LIB or FLTKD.LIB) and the Windows Common Controls (COMCTL32.LIB) libraries to the "Link" settings. You can build your Microsoft Windows applications as Console or -WIN32 applications. If you want to use the standard C \p main() +Desktop applications. If you want to use the standard C \p main() function as the entry point, FLTK includes a \p WinMain() function that will call your \p main() function for you. -Note: The Visual C++ 5.0 optimizer is known to cause problems with -many programs. We only recommend using the "Favor Small Code" -optimization setting. The Visual C++ 6.0 optimizer seems to be much -better and can be used with the "optimized for speed" setting. - \section basics_naming Naming All public symbols in FLTK start with the characters 'F' and 'L': -- cgit v1.2.3