From b983b285cc4f0627a1f72c9d6c510047af0ad116 Mon Sep 17 00:00:00 2001
From: Michael R Sweet
Date: Tue, 26 Jan 1999 21:36:02 +0000
Subject: Lots of documentation fixes, and added a new image for the Fluid
chapter.
git-svn-id: file:///fltk/svn/fltk/trunk@244 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
documentation/basics.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
(limited to 'documentation/basics.html')
diff --git a/documentation/basics.html b/documentation/basics.html
index 4b78f840b..e394a6cc2 100644
--- a/documentation/basics.html
+++ b/documentation/basics.html
@@ -57,11 +57,12 @@ FLTK header files. This can be done by selecting "Settings" from the
WIN32 applications. If you want to use the standard C main()
function as the entry point, FLTK includes a WinMain()
function that will call your main() function for you.
-Note: The Visual C++ optimizer is known to cause problems with
+
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.
+optimization setting. The Visual C++ 6.0 optimizer seems to be much
+better and can be used with the "optimized for speed" setting.
Writing Your First FLTK Program
- All programs must include the file <FL/Fl.H In addition the
+ All programs must include the file <FL/Fl.H>. In addition the
program must include a header file for each FLTK class it uses.
Listing 1 shows a simple "Hello, World!" program that uses FLTK to
display the window.
--
cgit v1.2.3