help with compilation please :(

I am getting the following errors when I am building a simple example that includes glui.h and glut.h. Anybody has an idea of what is happening?

d:\docs\cse328\glui\v2.1\glui.h(30) : error C2061: syntax error : identifier ‘Arcball’
d:\docs\cse328\glui\v2.1\glui.h(30) : error C2059: syntax error : ‘;’
d:\docs\cse328\glui\v2.1\glui.h(43) : error C2061: syntax error : identifier ‘RGBc’
d:\docs\cse328\glui\v2.1\glui.h(43) : error C2059: syntax error : ‘;’

can’t really help w/o some code to look at. post the lines that give those errors

jebus

The problem is that I am getting 102 of those errors and this is the glui.h
Supposedly it should work without my intervention. Do I have to do something on VC++6 to make it working? Do I have to copy the given glui32.lib somewhere?
Please help!!!

Just including the headres in the project is not enough, possibly it can’d find arcball in the glui lib (as you haven’t linked to it) and so kicks out all the other errors…