Steps for creating Flv_List projects.
These instructions are for Visual Studio 98,  VC++6.
Joe Robertson
jmrobert@huntsvilleal.com
12/7/99

1. Create an empty workspace. The workspace directory is *\fl_list\vc6.

2. Add the Flv_List Project
steps...
2.1 Select New-Project  
2.2 Create a Win32 Console project  
2.3 Name it Flv_List, select 'Add to this workspace'  
2.4 Set the directory to *\fl_list\vc6\Flv_List

3. Add files to the Flv_list Project
steps...
3.1 Select Project-Add...
3.2 Navigate to *\fl_list\src
3.3 Add Flv_List.cxx, Flv_Style.cxx
3.4 Navigate to *\fl_list\test
3.5 Add testlist.cxx
3.6 Navigate to *\fl_list\Fl
3.7 Add Flv_List.H, Flv_Style.H

4. Configure the Flv_List project to build
steps...
4.1 Select Project-Settings
4.1 Select C/C++ tab, select 'General' category
4.2 Select 'Settings For' = 'All Configurations'
4.3 Under 'PreProcessor Definitions', change _CONSOLE to _WINDOWS
4.4 Select 'Preprocessor' category 
4.5 Set your fltk directory in 'Additional include directories'
4.5.1 Set *\fl_list in the 'Additional include directories'
4.6 Select 'Link' tab
4.7 Select 'Input' category
4.8 Add 'wsock32.lib fltk.lib' to the front of 'Object/library modules' textbox
4.9 Add 'libcmt' to the 'Ignore libraries' textbox 
4.10 Add your fltk directory\lib to 'Additional library path:' textbox
4.11 Now go back to 'Settings For' dropdown and select 'Debug'.
4.12 Still on the 'Link' tab, find '/subsystem:console' in the 'Project Options' textbox.   Change this to '/subsystem:windows'
4.13 Repeat 4.12 for 'Release'

5. Add the Flv_Table project
steps...
5.1 Select New-Project
5.2 Create a win32 Console project
5.3 Name it Flv_Table, select 'Add to this workspace'
5.4 Set the directory to *\fl_list\vc6\Flv_Table

6. Add files to the Flv_Table Project
steps...
6.1 Select Project-Add...
6.2 Navigate to *\fl_list\src
6.3 Add Flv_List.cxx, Flv_Style.cxx, Flv_Table.cxx
6.4 Navigate to *\fl_list\test
6.5 Add testtable.cxx
6.6 Navigate to *\fl_list\Fl
6.7 Add Flv_List.H, Flv_Style.H, Flv_Table.H

7. Configure the Flv_Table project to build
steps...
7.1 Repeat section 4
