diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-26 21:36:02 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-26 21:36:02 +0000 |
| commit | b983b285cc4f0627a1f72c9d6c510047af0ad116 (patch) | |
| tree | 1b2356a291e2360885e733fef47b40f5983ff9da /documentation/basics.html | |
| parent | 43a4c224ef4831fe33bc1ed649e6498313205eb3 (diff) | |
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
Diffstat (limited to 'documentation/basics.html')
| -rw-r--r-- | documentation/basics.html | 7 |
1 files changed, 4 insertions, 3 deletions
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 <TT>main()</TT> function as the entry point, FLTK includes a <TT>WinMain()</TT> function that will call your <TT>main()</TT> function for you. </P> -<P><I>Note: The Visual C++ optimizer is known to cause problems with +<P><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></P> +optimization setting.</I> The Visual C++ 6.0 optimizer seems to be much +better and can be used with the "optimized for speed" setting.</P> <H2>Writing Your First FLTK Program</H2> - All programs must include the file <TT><FL/Fl.H In addition the + All programs must include the file <TT><FL/Fl.H></TT>. 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. |
