nickgillian / grt

gesture recognition toolkit
861 stars 284 forks source link

Bug fixes #55

Closed ulatekh closed 8 years ago

ulatekh commented 8 years ago

Here are some things I found while trying to get GRT to build under Visual Studio 2010-2013.

1) Use FUNCTION instead of func for Visual Studio 2013 & earlier. 2) Use size() with std::vector<>. 3) Resolve ambiguous use of floor().

nickgillian commented 8 years ago

thanks for improving things for Windows!