With the latest version of OF (`of_v0.10.1_vs2017_release`) there are errors for every place a buffer is created using ofBuffer():  At all these places `ofBuffer buffer( msg )` should be `ofBuffer buffer( msg.c_str(), msg.size() )`.
With the latest version of OF (
of_v0.10.1_vs2017_release) there are errors for every place a buffer is created using ofBuffer():At all these places
ofBuffer buffer( msg )should beofBuffer buffer( msg.c_str(), msg.size() ).