REsearching the exception problem I'm facing wint win32 I decided to test
with vc++ 2008 express and for my surprise I'm getting the following
errors on a fresh svn checkout.
g:\tmp\c\fltk-svn-raw\fl\win32.H(106) : error C4430: missing type
specifier - int assumed. Note: C++ does not support default-int
g:\tmp\c\fltk-svn-raw\fl\win32.H(106) : error C2143: syntax error :
missing ',' before '*'
g:\tmp\c\fltk-svn-raw\fl\win32.H(107) : error C2143: syntax error :
missing ';' before '*'
g:\tmp\c\fltk-svn-raw\fl\win32.H(107) : error C4430: missing type
specifier - int assumed. Note: C++ does not support default-int
g:\tmp\c\fltk-svn-raw\fl\win32.H(107) : error C4430: missing type
specifier - int assumed. Note: C++ does not support default-int
..\..\src\Fl_Window_iconize.cxx(32) : error C2825: 'Fl_Window': must be a
class or namespace when followed by '::'
..\..\src\Fl_Window_iconize.cxx(32) : error C2039: 'iconize' : is not a
member of '`global namespace''
..\..\src\Fl_Window_iconize.cxx(32) : error C2146: syntax error : missing
';' before identifier 'iconize'
..\..\src\Fl_Window_iconize.cxx(32) : error C2182: 'Fl_Window' : illegal
use of type 'void'
..\..\src\Fl_Window_iconize.cxx(32) : error C2086: 'int Fl_Window' :
redefinition
g:\tmp\c\fltk-svn-raw\fl\win32.H(107) : see declaration of
'Fl_Window'
..\..\src\Fl_Window_iconize.cxx(32) : error C4430: missing type specifier
- int assumed. Note: C++ does not support default-int
..\..\src\Fl_Window_iconize.cxx(33) : error C3861: 'shown': identifier not
found
..\..\src\Fl_Window_iconize.cxx(35) : error C3861: 'show': identifier not
found
..\..\src\Fl_Window_iconize.cxx(38) : error C2065: 'i' : undeclared
identifier
..\..\src\Fl_Window_iconize.cxx(38) : error C2227: left of '->xid' must
point to class/struct/union/generic type
type is ''unknown-type''
..\..\src\Fl_Window_iconize.cxx(45) : warning C4508: 'iconize' : function
should return a value; 'void' return type assumed
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev