| [ Return to Bugs & Features | Roadmap 2.0 | Post Text | Post File ]
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: | |
Trouble Report Files:
[ Post File ]No files
Trouble Report Comments:
[ Post 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 ]
|
| |