[omniORB] base class undefined - Help!

Robert Schumann rob@bodab.se
Tue, 22 Jun 1999 15:22:03 +0200


Yes, of course that's it, I forgot the module::classname

A million thanks!

/Robert


> -----Original Message-----
> From: Cristi [mailto:bcristi@cti.ro]
> Sent: Tuesday, June 22, 1999 3:01 PM
> To: robert.schumann@bodab.se
> Subject: Re: [omniORB] base class undefined - Help!
> 
> 
> If you declared a module in your IDL make sure the 
> declaration is between
> 
> _CORBA_MODULE xxx
> _CORBA_MODULE_BEG
> 
> declaration...........
> 
> _CORBA_MODULE_END
> 
> or use xxx :: classname
> 
> Hope this is helpful.
> 
> CrisTI
> 
> ----- Original Message -----
> From: Robert Schumann <rob@bodab.se>
> To: Omniorb-List (E-mail) <omniorb-list@orl.co.uk>
> Sent: 22 June 1999 15:32
> Subject: [omniORB] base class undefined - Help!
> 
> 
> > 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
> >
> 
>