Hi everyone,

I just posted this post in development (you can look for more details) but here 
is the good place so I continue, I thank Albrecht and Ian.

So I thought too to use command line way (e.g. mingw or cygwin) but I use very 
much vc6 and like it but I don't know why not Mingw...

I have already in my Windows Vista a Mingw installed:

C:\MinGW\msys\1.0\home\Admin\fltk-1.3.1\src>g++ -v
Reading specs from C:/Dev-Cpp/bin/../lib/gcc/mingw32/3.4.2/specs
Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as 
--host=mingw32 --target=mingw32 --prefix=/mi
s --disable-nls --enable-languages=c,c++,f77,ada,objc,java 
--disable-win32-registry --disable-shared --enable-sjlj-ex
ibgcj --disable-java-awt --without-x --enable-java-gc=boehm 
--disable-libgcj-debug --enable-interpreter --enable-hash
enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.2 (mingw-special)

Is this version Mingw coming from Dev-cpp ? If yes I prefeer to remove and 
install an original Mingw version not depending of Dev-cpp it is better isn't 
it ?

And by the way I downloaded the fltk-1.3.1 follow the ReadMe.MSWindows.txt
but when I was in this directory:

the "autoconf" command line doesn't work why ?

So although I compile the fltk.dsw (from C:\Program 
Files\fltk-1.3.1\ide\VisualC6)
It appears CubeView files so I build CubeViewd.exe but I have these errors 
(sorry too many lines) :

--------------------Configuration: fltk_jpeg - Win32 Debug--------------------
Compiling...
jcapimin.c
jcapistd.c
jaricom.c
jcarith.c
jccoefct.c
jccolor.c
jcdctmgr.c
jchuff.c
jcinit.c
jcmainct.c
jcmarker.c
jcmaster.c
jcomapi.c
jcparam.c
jcprepct.c
jcsample.c
jctrans.c
jdapimin.c
jdapistd.c
jdarith.c
jdatadst.c
jdatasrc.c
jdcoefct.c
jdcolor.c
jddctmgr.c
jdhuff.c
jdinput.c
jdmainct.c
jdmarker.c
jdmaster.c
jdmerge.c
jdpostct.c
jdsample.c
jdtrans.c
jerror.c
jfdctflt.c
jfdctfst.c
jfdctint.c
jidctflt.c
jidctfst.c
jidctint.c
jmemmgr.c
jmemnobs.c
jquant1.c
jquant2.c
jutils.c
Creating library...
--------------------Configuration: fltk_zlib - Win32 Debug--------------------
Compiling...
adler32.c
compress.c
crc32.c
deflate.c
gzclose.c
gzlib.c
gzread.c
gzwrite.c
infback.c
inffast.c
inflate.c
inftrees.c
trees.c
uncompr.c
zutil.c
Creating library...
--------------------Configuration: fltk_png - Win32 Debug--------------------
Compiling...
png.c
pngerror.c
pngget.c
pngmem.c
pngpread.c
pngread.c
pngrio.c
pngrtran.c
pngrutil.c
pngset.c
pngtrans.c
pngwio.c
pngwrite.c
pngwtran.c
pngwutil.c
Creating library...
--------------------Configuration: fltk - Win32 Debug--------------------
Compiling...
case.c
cmap.cxx
filename_absolute.cxx
filename_expand.cxx
filename_ext.cxx
filename_isdir.cxx
filename_list.cxx
filename_match.cxx
filename_setext.cxx
Fl.cxx
NOTE: WINVER has been defined as 0x0500 or greater which enables
Windows NT 5.0 and Windows 98 features. When these headers were released,
Windows NT 5.0 beta 1 and Windows 98 beta 2.1 were the current versions.
For this release when WINVER is defined as 0x0500 or greater, you can only
build beta or test applications.  To build a retail application,
set WINVER to 0x0400 or visit http://www.microsoft.com/msdn/sdk
to see if retail Windows NT 5.0 or Windows 98 headers are available.
See the SDK release notes for more information.
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
C:\Program Files\fltk-1.3.1\src\Fl_win32.cxx(734) : error C2065: 'VK_SLEEP' : 
undeclared identifier
C:\Program Files\fltk-1.3.1\src\Fl_win32.cxx(743) : error C2065: 
'VK_BROWSER_BACK' : undeclared identifier
C:\Program Files\fltk-1.3.1\src\Fl_win32.cxx(744) : error C2065: 
'VK_BROWSER_FORWARD' : undeclared identifier
C:\Program Files\fltk-1.3.1\src\Fl_win32.cxx(745) : error C2065: 
'VK_BROWSER_REFRESH' : undeclared identifier
C:\Program Files\fltk-1.3.1\src\Fl_win32.cxx(746) : error C2065: 
'VK_BROWSER_STOP' : undeclared identifier
C:\Program Files\fltk-1.3.1\src\Fl_win32.cxx(747) : error C2065: 
'VK_BROWSER_SEARCH' : undeclared identifier
C:\Program Files\fltk-1.3.1\src\Fl_win32.cxx(748) : error C2065: 
'VK_BROWSER_FAVORITES' : undeclared identifier
C:\Program Files\fltk-1.3.1\src\Fl_win32.cxx(749) : error C2065: 
'VK_BROWSER_HOME' : undeclared identifier
C:\Program Files\fltk-1.3.1\src\Fl_win32.cxx(750) : error C2065: 
'VK_VOLUME_MUTE' : undeclared identifier
C:\Program Files\fltk-1.3.1\src\Fl_win32.cxx(751) : error C2065: 
'VK_VOLUME_DOWN' : undeclared identifier
C:\Program Files\fltk-1.3.1\src\Fl_win32.cxx(752) : error C2065: 'VK_VOLUME_UP' 
: undeclared identifier
C:\Program Files\fltk-1.3.1\src\Fl_win32.cxx(753) : error C2065: 
'VK_MEDIA_NEXT_TRACK' : undeclared identifier
C:\Program Files\fltk-1.3.1\src\Fl_win32.cxx(754) : error C2065: 
'VK_MEDIA_PREV_TRACK' : undeclared identifier
C:\Program Files\fltk-1.3.1\src\Fl_win32.cxx(755) : error C2065: 
'VK_MEDIA_STOP' : undeclared identifier
C:\Program Files\fltk-1.3.1\src\Fl_win32.cxx(756) : error C2065: 
'VK_MEDIA_PLAY_PAUSE' : undeclared identifier
C:\Program Files\fltk-1.3.1\src\Fl_win32.cxx(757) : error C2065: 
'VK_LAUNCH_MAIL' : undeclared identifier
C:\Program Files\fltk-1.3.1\src\Fl_win32.cxx(770) : error C2065: 'VK_OEM_102' : 
undeclared identifier
Fl_abort.cxx
Fl_add_idle.cxx
Fl_Adjuster.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_arc.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_arci.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_arg.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_ask.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Bitmap.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Box.cxx
fl_boxtype.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Browser.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Browser_.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Browser_load.cxx
Fl_Button.cxx
fl_call_main.c
Fl_Chart.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Check_Browser.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Check_Button.cxx
Fl_Choice.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Clock.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_color.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Color_Chooser.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_compose.cxx
Fl_Counter.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_cursor.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_curve.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Device.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Dial.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_diamond_box.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_display.cxx
fl_dnd.cxx
Fl_Double_Window.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_draw.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_draw_image.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_draw_pixmap.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_encoding_latin1.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_encoding_mac_roman.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_engraved_label.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_File_Browser.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_File_Chooser.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_File_Chooser2.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_file_dir.cxx
Fl_File_Icon.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_File_Input.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_font.cxx
NOTE: WINVER has been defined as 0x0500 or greater which enables
Windows NT 5.0 and Windows 98 features. When these headers were released,
Windows NT 5.0 beta 1 and Windows 98 beta 2.1 were the current versions.
For this release when WINVER is defined as 0x0500 or greater, you can only
build beta or test applications.  To build a retail application,
set WINVER to 0x0400 or visit http://www.microsoft.com/msdn/sdk
to see if retail Windows NT 5.0 or Windows 98 headers are available.
See the SDK release notes for more information.
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_get_key.cxx
Fl_get_system_colors.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_grab.cxx
Fl_Group.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_gtk.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Help_View.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Image.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Input.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Input_.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_labeltype.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Light_Button.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_line_style.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_lock.cxx
Fl_Menu.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Menu_.cxx
Fl_Menu_add.cxx
Fl_Menu_Bar.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Menu_Button.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Menu_global.cxx
Fl_Menu_Window.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Multi_Label.cxx
Fl_Native_File_Chooser.cxx
fl_open_uri.cxx
fl_oval_box.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_overlay.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_overlay_visual.cxx
Fl_Overlay_Window.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_own_colormap.cxx
Fl_Pack.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Paged_Device.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Pixmap.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_plastic.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Positioner.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Preferences.cxx
Fl_Printer.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Progress.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_read_image.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_rect.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
C:\Program Files\fltk-1.3.1\src\fl_rect.cxx(584) : error C2065: 
'region_stack_max' : undeclared identifier
Fl_Repeat_Button.cxx
Fl_Return_Button.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Roller.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_round_box.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Round_Button.cxx
fl_rounded_box.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Scroll.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_scroll_area.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Scrollbar.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_set_font.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_set_fonts.cxx
fl_shadow_box.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Shared_Image.cxx
fl_shortcut.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_show_colormap.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Single_Window.cxx
Fl_Slider.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_symbols.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Sys_Menu_Bar.cxx
Fl_Table.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Table_Row.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Tabs.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Text_Buffer.cxx
Fl_Text_Display.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Text_Editor.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Tile.cxx
Fl_Tiled_Image.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Tooltip.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Tree.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Tree_Item.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Tree_Item_Array.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Tree_Prefs.cxx
fl_utf.c
fl_utf8.cxx
Fl_Valuator.cxx
Fl_Value_Input.cxx
Fl_Value_Output.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Value_Slider.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
fl_vertex.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
C:\Program Files\fltk-1.3.1\src\fl_vertex.cxx(39) : error C2065: 
'matrix_stack_size' : undeclared identifier
Fl_visual.cxx
Fl_Widget.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_Window.cxx
Fl_Window_fullscreen.cxx
Fl_Window_hotspot.cxx
Fl_Window_iconize.cxx
Fl_Wizard.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
Fl_x.cxx
Fl_XBM_Image.cxx
Fl_XPM_Image.cxx
flstring.c
is_right2left.c
is_spacing.c
numericsort.c
ps_image.cxx
./..\FL/Fl_Device.H(114) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(114) : error C2252: 'matrix_stack_size' : pure specifier 
can only be specified for functions
./..\FL/Fl_Device.H(122) : error C2258: illegal pure syntax, must be '= 0'
./..\FL/Fl_Device.H(122) : error C2252: 'region_stack_max' : pure specifier can 
only be specified for functions
scandir.c
screen_xywh.cxx
vsnprintf.c
Error executing cl.exe.

CubeViewd.exe - 379 error(s), 0 warning(s)




So What is for to build a dsw project ? to create dll or lib (e.g. fltk.dll or 
fltk.lib) ?


Thank you















_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to