DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2414
Version: 2.0-current


Please note that FLTK 2 is currently not being maintained and has never
been officially released. You're living on the bleeding edge...

That said, your description looks as if you didn't compile the whole
project successfully - probably because there are some "precompiled
headers" (IIRC), and because you updated your sources (from a snapshot?)
with time stamps that are older than your object files. Maybe...

fltk::Widget::shortcut() has been changed meanwhile:

-  bool shortcut(unsigned key)  ;
+  void shortcut(unsigned key)  ;

That explains your linker error.

Try to rebuild the whole project with *one* source version.

AFAIK Bill recently fixed at least one VC project (ide/vcnet) - hence I
*think* that one of the VC projects should compile and link (and hopefully
work) now. See log of r7678/79:

------------------------------------------------------------------------
r7678 | spitzak | 2010-07-16 22:05:23 +0200 (Fri, 16 Jul 2010) | 2 lines
Changed paths:
   M /trunk/fltk/Cursor.h
   M /trunk/src/Window_fullscreen.cxx

Fixes needed to make it compile on Windows with VC.NET

------------------------------------------------------------------------
r7679 | spitzak | 2010-07-16 22:29:56 +0200 (Fri, 16 Jul 2010) | 3 lines
Changed paths:
   M /trunk/ide/vcnet/fltk.lib.vcproj
   M /trunk/ide/vcnet/fractals.vcproj

Yet more changes to make VCNet compilation work.
Warning: these are hand-edited and not actually tested!


Link: http://www.fltk.org/str.php?L2414
Version: 2.0-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to