[fltk.development] fltk1.3 namespace in fluid

2013-03-20 Thread Gonzalo Garramuno
I am trying to port my viewer from fltk2 to fltk1.3. However the later lacks namespaces. Any plan on adding namespaces to fluid 1.3? ___ fltk-dev mailing list fltk-dev@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-dev

Re: [fltk.development] [RFE] STR #1826: fltk2-svn compiler error under x86_64-pc-mingw32 platform

2007-11-26 Thread Gonzalo Garramuno
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1826 Version: 2.0-feature inttypes.h is indeed not available with most versions of MSVC. Link: http://www.fltk.org/str.php?L1826 Version: 2.0-feature __

[fltk.development] [RFE] STR #1659: Missing "virtual" keyword in some .h files

2007-04-23 Thread Gonzalo Garramuno
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Currently, a number of .h files describe several of their inherited functions as non-virtual ones. > grep '^\s*int.*handle' fltk/* > grep '^\s*void.*layout()' fltk/* > grep '^\s*void.*draw()' fltk/* > grep '