I just updated to the latest version 1.3.x-r9013, and my application failed to compile under VS 2008 (debug x64), complaining that Fl_X was undefined. Please give me some advice.
>------ Build started: Project: testProjs, Configuration: Debug x64 ------ 1>Compiling... 1>my_interactor.cxx 1>.\my_interactor.cxx(1821) : error C2027: use of undefined type 'Fl_X' 1> C:\MyProject\fltk-1.3.x\FL/Fl_Window.H(30) : see declaration of 'Fl_X' 1>.\my_interactor.cxx(1821) : error C2248: 'Fl_Window::i' : cannot access private member declared in class 'Fl_Window' 1> C:\MyProject\fltk-1.3.x\FL/Fl_Window.H(54) : see declaration of 'Fl_Window::i' 1> C:\MyProject\fltk-1.3.x\FL/Fl_Window.H(49) : see declaration of 'Fl_Window' 1>.\my_interactor.cxx(1821) : error C2064: term does not evaluate to a function taking 1 arguments 1>.\my_interactor.cxx(1821) : error C2227: left of '->cursor' must point to class/struct/union/generic type 1>.\my_interactor.cxx(1822) : error C2027: use of undefined type 'Fl_X' â¦â¦â¦â¦â¦â¦â¦â¦
_______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

