FLTK logo

STR #2160

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | Roadmap 2.0 | Post Text | Post File | SVN ⇄ GIT ]

STR #2160

Application:FLTK Library
Status:5 - New
Priority:3 - Moderate, e.g. unable to compile the software
Scope:2 - Specific to an operating system
Subsystem:Config Files
Summary:Several functions in class fltk::Widget undefined
Version:2.0-current
Created By:crosepet
Assigned To:Unassigned
Fix Version:Unassigned
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

Post File ]

No files


Trouble Report Comments:

Post Text ]
Name/Time/Date Text  
 
#1 crosepet
09:37 Feb 23, 2009
Problem refers to version fltk-2.0.x-r6525.
System: Win XP
Compiler: Microsoft Visual Studio 2008, Version 9.0.21011.8 RTM

These functions in class FL_API Widget are noewhere defined:

  void  add(const AssociationType&, void* data);
  void  set(const AssociationType&, void* data);
  void* get(const AssociationType&) const;
  void* foreach(const AssociationType&, AssociationFunctor&) const;
  bool  remove(const AssociationType&, void* data);
  bool  find(const AssociationType&, void* data) const;

As a consequence, the linker can not resolve the corresponding symbols.
 
 
#2 AlbrechtS
10:13 Feb 24, 2009
It appears that some of the FLTK 2.0 project files are not up-to-date.

As a workaround please add the file src/WidgetAssociation.cxx to your project settings.
 
     

Return to Bugs & Features | Post Text | Post File ]

 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.