Below is the Diff file i generated to fix a compile error associated with
Visual Studio 8, i'm going to do more fixes soon, so this is just a initial
fix for the issues when compiling FLTK using the VS2005 software.
Index: fltk/draw.h
===================================================================
--- fltk/draw.h (revision 5782)
+++ fltk/draw.h (working copy)
@@ -125,7 +125,7 @@
extern FL_API float line_width_;
inline float FL_API line_width() {return line_width_;}
extern FL_API const char* line_dashes_;
-inline const char* FL_API line_dashes() {return line_dashes_;}
+inline FL_API const char* line_dashes() {return line_dashes_;}
/// \name Path construction
//@{
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev