Path: chuka.playstation.co.uk!news From: "Craig Graham" Newsgroups: scee.yaroze.mydemos Subject: Re: Update to MY racing game :) Date: 12 Jun 1998 16:09:02 GMT Organization: PlayStation Net Yaroze (SCEE) Lines: 31 Message-ID: <01bd961c$2f88ff40$f30b0a0a@Angela1.intelligent-group.com> References: <356e27b3.13653789@www.playstation.co.uk> <357af2f7.5133099@www.netyaroze-europe.com> NNTP-Posting-Host: d2-s5-108-telehouse.mistral.co.uk X-Newsreader: Microsoft Internet News 4.70.1155 Robert Swan wrote in article <357af2f7.5133099@www.netyaroze-europe.com>... > Last version for my racing game is up now. still a few bugs, and not > much game direction, but as a technical demo its more or less > complete. This one needs compiling before running (see the readme.txt) > > New screenshots etc on my web page too. Just go to the downloads > section. I compiled your demo Robert - quite nice, but one comment (if you're submitting it as a degree project). You've declared loads of global variables in header files. That may work in GNU, but in most compilers you'll get multiply defined symbols and it'll refuse to link. CodeWarrior is an example of this....I had to move all your global defs into the C files and extern the refs in the header files (always good practise anyway) before it would build. I'm sure Peter (whose code is far from perfect himself) would be quite lenient about this as it's not really a coding course as such - but of course, he might not..... > Robert Swan Craig Graham. Intelligent Research (Video Games) Ltd. c_graham@intelligent-group.com