summaryrefslogtreecommitdiff
path: root/documentation/src/basics.dox
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2011-01-01 04:42:56 +0000
committerMatthias Melcher <fltk@matthiasm.com>2011-01-01 04:42:56 +0000
commit8074cb6f8213ec824547986ecd85f6072250d168 (patch)
tree642d44a0250f15c30ef4d48342818ef921f0dea6 /documentation/src/basics.dox
parente3fde20cf8c847d70b355a85ce58cad4651d115b (diff)
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
Diffstat (limited to 'documentation/src/basics.dox')
-rw-r--r--documentation/src/basics.dox7
1 files changed, 1 insertions, 6 deletions
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.
-<I>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.</I> 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':