This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I am trying to get this library jgarff/rpi_ws281x up and running and installed it as described in the readme.md When running the python examples the stripe works as expected but I don't get the C++ code up and running. Here is what I am trying: #include <boost/filesystem.hpp> #include <boost/range/iterator_range.hpp> #include [...] read more