******************************************************************* *** *** *** *** *** SOLUTIONS - NALAKA KAHAWATTE *** *** *** *** October, 2006 *** *** *** ******************************************************************* Here I will post solutions which we deviced for various obtacles & issues, came across during the project. This is for the benefit of the future team members. So that they dont have to waste time trying to solve issues for which solutions are already available. ******************************************************************* ---------------------------------------------------------------------------------------------------------------------------------------------- ***** Cygwin cannot find Make Command ****** copied make.exe file from Paulene's Computer's C:\cygwin\bin\ to the same directory on mine using a memory stick. it works !! --------------------------------------------------------------------------------------------------------------------------------------------- ***** Cygwin could not find the java Compiler ***** The path was not defined as a system variable. My Computer ---> Properties ---> Advnced --- > Environment Vaiables ---> ( Copy value C:\j2sdk1.4.2_12\bin to the end of PATH variable ) It worked !! ------------------------------------------------------------------------------------------------------------------------------ ***** RUNNING ROBOTCONTROL for GermanTeam Code gives Error for missing .dll files My laptop wouldnt run the ROBOTCONTROLCMD from German Team Code giving the errors 'MSVCP71.dll', MSVCR71D.dll missing. What you should do is go to www.dll-files.com and search for the missing dll files. the site lets you download them for free. Download the zip file and extract the file to /windows/system folder. it works. --------------------------------------------------------------------------------------------------------------------------------