On 29.09.2010, at 10:24, MacArthur, Ian (SELEX GALILEO, UK) wrote: > More worryingly, I notice that the "unix" branch of that conditional > section has the same error in its implementation, so we need to fix that > too, I think.
Are you going to do that? I'd appreciate it, since it's your code and I have some other STR's I should fix... >> Thus, I think it is okay to use, but we should be aware of this. >> Unless someone has a better idea... ;-) > > My "better idea" is to hope that the code finds the UuidCreate() > function at runtime and does not even fall-back into this code at all! Agreed ;-) Note: we could *maybe* remove the fall-back, because we're only targeting W2K+ for FLTK 1.3 anyway, because of Unicode etc... From MS docs about UuidCreate(): "Client: Requires Windows Vista, Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me, Windows 98, or Windows 95." Thus, it ought to work even with W95. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

