[omniORB] base class undefined - Help!

Robert Schumann rob@bodab.se
Tue, 22 Jun 1999 14:32:52 +0200


Hi everyone!

I hope this is not such a stupid question as it sounds like, but I have run
out of ideas so I must vent this with others:

I am trying to compile a Corba server with VC++6.0 and get the error message
"error C2504: '_sk_ScheduleInfo' : base class undefined"
when I declare my implementation class like:

class ScheduleInfo_i : public virtual _sk_ScheduleInfo{
public:
		ScheduleInfo_i() {}
		virtual ~ScheduleInfo_i() {}
};

The *.hh file is included and everything seems right, help me, what am I
doing wrong?


Robert Schumann - BODAB Datateknik AB - http://www.bodab.se