On Wed, Sep 5, 2012 at 9:22 PM, Ludovic Rousseau
wrote:
> Also the LibusbTest.cpp do not compile on Mac OS X. Bug filed in github.
I installed gcc-4.7 (enable c++) using Homebrew (dupes gcc formula)
and now it complains about conio.h, bug commented in github.
https://github.com/zarthcode/Libusbpp
On Wed, Sep 5, 2012 at 9:32 AM, Anthony Clay wrote:
>
>> It's actually *very* simple ...if you take the time to look at what it's
> doing, before declaring it as complex. Code that isn't immediately
> self-documenting is commented. Just because the entire file is 1000 lines
> doesn't make it comp
>
>
> You should provide (at least) an example in the wiki.
I'll be updating the wiki soon with more documentation, but it won't be
terribly different from the test suite for the reasons stated below.
> The file
> LibusbTest.cpp is a test suite. It is way too big and complex for an
> example.
2012/9/5 Anthony Clay :
> Greetings all,
Hello,
> I've spent the last couple of weeks building a wrapper for libusb to save
> time while developing native c++ applications. It completely hides the
> libusb implementation inside of an object-oriented framework. It's based
> around a USB "Device"
Greetings all,
I've spent the last couple of weeks building a wrapper for libusb to save
time while developing native c++ applications. It completely hides the
libusb implementation inside of an object-oriented framework. It's based
around a USB "Device" class that can be instanced easily using