On 24 Mar 2012, at 19:25, David FLEURY wrote:
>
> the branch 1.3.x r 9300 do not compile under windows VS2010.
>
> Here the patch for locating theses issues.
> My patch is only here to compile my own version.
I don't have VS2010, so can you tell us what errors you were getting?
And what the last version that did work OK was?
Looking at the patch to Fl_Window.H, for example, it's not even obvious to me
that it is actually changing anything, in so far as I understand the C++ syntax
anyway... It just appears to be changing (in effect):
static int x, y, w, h;
into:
static int x;
static int y;
static int w;
static int h;
So... why does VS2010 not like the first form? I don't understand...
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk