View Single Post
Old 06-09-2005, 01:15 AM   #11 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,720
redhead is on a distinguished road
The errors you were getting was in the precompile stage, where it checks if every headerfile is pressent and if the definitions mentioned in the code is valid.
It wasn't even at the stage, where it did the parse checking, to see if you had correct
<type> <variabel> <operator> <value>
befor it gets to compile the code.
Your errors were produced in the very first runthrough of your code, and smart compilers makes atleast 3 runs.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote