Subj : uint64 constants To : borland.public.cpp.borlandcpp From : Gordon Gidluck Date : Sun Feb 13 2005 06:23 am I am trying to compile FLAC (free lossless audio codec) on Borland C++ 5.02. How do you assign a 64-bit unsigned constant in Borland C++ ? FLAC_API const FLAC__uint64 FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER = FLAC__U64L(0xffffffffffffffff); This generates an error message "declaration syntax error". Gordon .