>
> 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
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, "
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
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
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
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
___
> 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
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