DanG100
21-03-2016, 18:52
I'm trying to use network tables in C++ on windows, using Visual Studio.
After building with gradle and including the proper directories, I get several errors.
Error 5 error C4996: 'ITable::GetNumber': Raises an exception if key not found; use GetNumber(StringRef key, double defaultValue) instead C:\ntcore\include\networktables\NetworkTable.h 477 1 GoalDetection
I get similar error for GetString and GetBoolean
After building with gradle and including the proper directories, I get several errors.
Error 5 error C4996: 'ITable::GetNumber': Raises an exception if key not found; use GetNumber(StringRef key, double defaultValue) instead C:\ntcore\include\networktables\NetworkTable.h 477 1 GoalDetection
I get similar error for GetString and GetBoolean