Глюки, глюки, глюки!!!
Добавлено: 11 фев 2006, 12:08
Здравствуйте, столкнулся с проблемой!
Есть код
class Books :
public PIPDBReferences
{
public:
Books(void);
//Variables
TestReferences TestR;
PIPStringWB Author;
//--Variables
~Books(void);
};
Компилятор ругается
error C2501: 'Books::TestReferences' : missing storage-class or type specifiers
Файл
#include "TestReferences.h" прикрепляю.
В чем может быть причина???
Есть код
class Books :
public PIPDBReferences
{
public:
Books(void);
//Variables
TestReferences TestR;
PIPStringWB Author;
//--Variables
~Books(void);
};
Компилятор ругается
error C2501: 'Books::TestReferences' : missing storage-class or type specifiers
Файл
#include "TestReferences.h" прикрепляю.
В чем может быть причина???