On 10 Nov 2008, at 22:01, Dejan Lekic wrote: > Bill, looks like there are some problems on 64-bit platforms... > > SNIP:
> ShortcutAssignment.cxx:112: error: cast from ‘void*’ to ‘unsigned int’ > loses precision Ugh, I hate when that happens... I guess that int needs to be a long (except on win64, where a long is still only 32-bits, so *there* it maybe needs to be a long long...) _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
