What I
did last week: |
Since
Romeo was down because of overheating problems, I
couldn't get the new Makefile system installed. So I
focussed on trying to understand the SKETCHUP system and
maybe look around for some more links about the REMUS
code. I tried to compile the source code for SKETCHUP on
one of the BRAAE Lab machines but had no luck, since I
had no write permissions (silly profiles!). I then got
hold of the Visual-Studio install CD's and put them onto
one of the Multimedia-Lab machines. The VisualBasic
application actually kind of ran. But not really. At
least I could trace the program flow by finding out what
buttons are reponsible for what Library calls. The C-code
wouldn't compile, seeing as (I found out later) the code
was written in the Borland environment and what the heck
is portability? Anyhow, I found out what
functions do what and that the parameter passing is
mainly done using global variables (which doesn't really
increase readability). |