[Barry-devel] Need feedback: C++11 support

2011-11-24 Thread Chris Frey
Hi list, I'm not in a hurry to move to C++11 support, but I do realize that it has some useful features that would make programming easier. So someday Barry will likely use some C++11 features. The question is: when? :-) I base a lot of my work and "what's supported?" decisions on the latest re

Re: [Barry-devel] OS7 devices - GetScreenshot not working

2011-11-24 Thread Chris Frey
Hi Luca, I've updated the git tree with support for 32bit device screenshots. They seem to work with my testing here, based on the data you provided. Please give it a try and let me know. Thanks! - Chris On Tue, Nov 15, 2011 at 04:10:54PM +, Luca Sale wrote: > Hi Chris/Nicolas, > > thanks

Re: [Barry-devel] Barry & PlayBook

2011-11-24 Thread Chris Frey
On Thu, Nov 24, 2011 at 08:34:00PM -0500, Chris Frey wrote: > Unfortunately, this doesn't compile against libusb 1.0, so that needs to be > fixed first. I think the libusb 1.0 API is libusb_kernel_driver_active() instead of the libusb 0.1 call of usb_get_driver_np(). I've merged in some of the ch

Re: [Barry-devel] Barry & PlayBook

2011-11-24 Thread Chris Frey
On Fri, Nov 18, 2011 at 12:07:31AM +0100, Nicolas wrote: > You can find my barry commit about PlayBook : > > http://repo.or.cz/w/barry/progweb.git/commit/130cd47bf9f2ac7ce7fd91dbba6b9cccf5d39b0e Hi Nicolas, Thanks for posting the code! Unfortunately, this doesn't compile against libusb 1.0, so