[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building scrypt on Windows using Visual Studio 2008






On Sat, Feb 1, 2014 at 5:03 AM, Ted Unangst <tedu@tedunangst.com> wrote:
On Fri, Jan 31, 2014 at 13:18, Dinesh Shanbhag wrote:

> - Use Windows specific format specification for size_t (ugly change)

A reasonably portable way to print things like this:
        printf("size: %lld\n", (unsigned long long)size);

Agreed.  I'll use this approach instead.

thanks!
dinesh.