|
Re: Eclipse C++ undefined reference to main
Make sure you have the line:
START_ROBOT_CLASS(Robot);
in the file where you are implementing the RobotInit, DisabledInit ... methods. The name in the parens should match the class name you use for inheriting from IterativeRobot.
__________________
Michael Andrews
Team #281 Programming Mentor
|