Greg Ercolano wrote:
> Albrecht Schlosser wrote:
>> All FLTK header files must have:
>>
>>    #include "fl_version.h"
>>
>> FL/fl_version.h contains:
>>
>> #ifndef FL_VERSION
>> #  define FL_VERSION 0x010300
>> #else
>> #  if FL_VERSION != 0x010300
>> #    error FL_VERSION doesn't match 0x010300
>> #  endif
>> #endif
>>
>> or something like this.
>>
>> This works (tested), but can't detect *previous* versions, because they 
>> don't include fl_version.h
> 
>       If we remove the Fl -> FL links in 1.3.0, would we ever have to
>       worry about include file version issues in the 1.3.x series?
>       I'm thinking that's not an issue that needs solving, but maybe
>       I'm missing something. Wouldn't solve the OP's problem, I think.

No, you're right, and I wrote already "can't detect previous versions". 
It was more an option for future problems. But the question is: will we 
still have the problem if we remove the links? Probably not.

Albrecht
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to