View Single Post
  #1   Spotlight this post!  
Unread 21-03-2016, 18:52
DanG100 DanG100 is offline
DanG!
FRC #2367
Team Role: Programmer
 
Join Date: Mar 2015
Rookie Year: 2013
Location: California
Posts: 6
DanG100 is an unknown quantity at this point
NetworkTables compile issues

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.

Code:
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