[Barry-devel] update record.cc and record.h

2007-05-11 Thread Brian Edginton
All, I've updated record.h and record.cc based on my 7100g - Outlook combination. I can now parse 275+ records with no unknowns, and I think its actually pretty accurate ;). Next this is to finish memos and add the ldap stuff to contacts. If anyone is loading their BB from a different office

Re: [Barry-devel] update record.cc and record.h

2007-05-11 Thread Chris Frey
On Fri, May 11, 2007 at 05:23:29AM -0600, Brian Edginton wrote: All, I've updated record.h and record.cc based on my 7100g - Outlook combination. I can now parse 275+ records with no unknowns, and I think its actually pretty accurate ;). Next this is to finish memos and add the ldap

[Barry-devel] What is the equivalent to byteswap.h on Mac OS X?

2007-05-11 Thread Chris Frey
Hi folks, One user is attempting to build Barry on Mac OS X, and we're running into the problem where byteswap.h does not exist. This provides the following functions that Barry needs for byte order swapping: bswap_16() bswap_32() bswap_64() Anyone know what the