#include "robotshowcase.c";

You do not need the semi-colon. It should be

#include "robotshowcase.c"

Also, this only includes the code from the program, so it probably won't work even if you get the syntax errors gone..

Last edited by the_mehmaster; 07/01/09 06:04.