Cory Nelson | 4 Sep 2005 23:01
Picon
Gravatar

x64 Edition

Hey guys,  I just put out Arctic Torrent x64 Edition, using libtorrent
of course :)

I'm pretty sure I mentioned this before but I'm not sure if anyone
responded- libtorrent does not build out of the box on VC++ 2005.  You
need to change entry::sort() to:

bool sortpred(const std::pair<std::string,libtorrent::entry> &left,
const std::pair<std::string,libtorrent::entry> &right)
{
   return left.first < right.first;
}

void entry::sort()
{
   dict().sort(sortpred);
}

--

-- 
Cory Nelson
http://www.int64.org

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf

Gmane