Subj : Class in Header file To : borland.public.cpp.borlandcpp From : Michael Gebauer Date : Mon May 17 2004 12:13 pm Ok, this should be pretty easy, but I dont get the error. I´m declaring a class in my header file, but always get a "declaration syntax error". Even if I simplify it to: (in Test.h) class List{}; 1 Line, thats it. But its not working. I´m using textpad and the free borland c++ compiler. Anyone an idea? .