Re: [fltk.development] Release 1.3.1 ?

2012-05-29 Thread Manolo Gouy
> > On 29 May 2012, at 21:46, Matthias Melcher wrote: > > >=20 > > Hi guys, > >=20 > > I think that releasing 1.3.1 would now be as good as any other time. = > Some very important issues were fixed and we should have done this a = > long time ago. > >=20 > > Can I please get a count on who is for o

[fltk.development] Memory leaks ?? ++ error ??

2012-05-29 Thread David Currie
Consider the following, #include #include #include static Fl_Text_Display::Style_Table_Entry stable[] = { { FL_RED, FL_COURIER, 18 }, { FL_BLUE,FL_COURIER, 18 }, }; int main() { int lW = 640; int lH = 480; while (lW < 700) { Fl_Window *win = new Fl_Window(lW, lH, "

Re: [fltk.development] Release 1.3.1 ?

2012-05-29 Thread Greg Ercolano
On 05/29/12 13:46, Matthias Melcher wrote: > > Hi guys, > > I think that releasing 1.3.1 would now be as good as any other time. Some > very important issues were fixed and we should have done this a long time ago. > > Can I please get a count on who is for or against releasing the current FLTK

Re: [fltk.development] Release 1.3.1 ?

2012-05-29 Thread Ian MacArthur
On 29 May 2012, at 21:46, Matthias Melcher wrote: > > Hi guys, > > I think that releasing 1.3.1 would now be as good as any other time. Some > very important issues were fixed and we should have done this a long time ago. > > Can I please get a count on who is for or against releasing the cur

Re: [fltk.development] Release 1.3.1 ?

2012-05-29 Thread Greg Ercolano
On 05/29/12 13:46, Matthias Melcher wrote: > > Hi guys, > > I think that releasing 1.3.1 would now be as good as any other time. Some > very important issues were fixed and we should have done this a long time ago. > > Can I please get a count on who is for or against releasing the current FLTK

[fltk.development] Release 1.3.1 ?

2012-05-29 Thread Matthias Melcher
Hi guys, I think that releasing 1.3.1 would now be as good as any other time. Some very important issues were fixed and we should have done this a long time ago. Can I please get a count on who is for or against releasing the current FLTK 1.3 SVN as 1.3.1? Thanks! - Matthias ___

Re: [fltk.development] Problems building with VC2008 and VC2010 (Windows XP - fltk 1.3.0)

2012-05-29 Thread Carlos Luna
> On 29.05.2012 01:56, Carlos Luna wrote: > > I think I´ve found what´s wrong here The problem seems to be the fact > > that some projects inside the solution are trying to use the same folder > > for writing their log files (.\Debug or .\Release). For example, when the > > zlib project (t

Re: [fltk.development] Problems building with VC2008 and VC2010 (Windows XP - fltk 1.3.0)

2012-05-29 Thread Albrecht Schlosser
On 29.05.2012 01:56, Carlos Luna wrote: > I think IÂŽve found whatÂŽs wrong here The problem seems to be the fact > that some projects inside the solution are trying to use the same folder for > writing their log files (.\Debug or .\Release). For example, when the zlib > project (the first i