johnmnz
September 7, 2017, 8:48am
1
I need to re-install clawbot.c on all my Cortexes but can’t find a compilable version anywhere. Each one causes compile errors like…
File “C:\Users\jmycroft\Google Drive\Robotics\clawbot.c” compiled on Sep 07 2017 11:33:51
Error :Undefined variable ‘Ch2’. ‘short’ assumed.
Error :Undefined variable ‘Ch1’. ‘short’ assumed.
Error :Undefined variable ‘Btn5U’. ‘short’ assumed.
Error :Undefined variable ‘Btn5D’. ‘short’ assumed.
Error :Undefined variable ‘Btn6U’. ‘short’ assumed.
Error :Undefined variable ‘Btn6D’. ‘short’ assumed.
I assume I have missed something out but haven’t got a clue what. Help, please? Surely this program has to be on the vexrobotics website somewhere?
Thanks - John Mycroft
Barin
September 7, 2017, 9:10am
2
johnmnz:
I need to re-install clawbot.c on all my Cortexes but can’t find a compilable version anywhere. Each one causes compile errors like…
File “C:\Users\jmycroft\Google Drive\Robotics\clawbot.c” compiled on Sep 07 2017 11:33:51
Error :Undefined variable ‘Ch2’. ‘short’ assumed.
Error :Undefined variable ‘Ch1’. ‘short’ assumed.
Error :Undefined variable ‘Btn5U’. ‘short’ assumed.
Error :Undefined variable ‘Btn5D’. ‘short’ assumed.
Error :Undefined variable ‘Btn6U’. ‘short’ assumed.
Error :Undefined variable ‘Btn6D’. ‘short’ assumed.
I assume I have missed something out but haven’t got a clue what. Help, please? Surely this program has to be on the vexrobotics website somewhere?
Thanks - John Mycroft
Do you have the correct platform selected? It should be ‘VEX 2.0 Cortex’.
johnmnz
September 7, 2017, 9:26am
3
Thanks - I’d just found it in an earlier post / reply from someone else. Despite my having asked to download for EDR, my RobotC was set up for IQ. To fix the problem, I went to Robot / Platform Type / Vex 2.0 Cortex.