Quote:
Originally Posted by Gamer930
Unresolved Symbols List:
AxisCamera::GetInstance()
is the message I'm getting. . I have tried to put a Wait in front of the GetInstance and everything I try I get the same results. . .
attached is the actual error window
|
Unresolved symbol means (in this case) that the code implementing the function call (AxisCamera::GetInstance()) is missing (from the WPILib library).
Is this with the most recent WPILib C++ update (02-08)?
We have this problem too, it seems the latest update has some issues in this regard.
See this thread on the official usfirst.org forums for the problem report and description, as well as a workaround, and hopefully an announcement of an updated release in the near future:
http://forums.usfirst.org/showthread.php?t=14573