Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi, I am currently trying to migra

Status
Not open for further replies.

MaheshRathi

Technical User
Jan 17, 2002
62
0
0
IN
Hi,
I am currently trying to migrate my application to higher version of visibroker i.e to 5.2. I am facing strange problems in compiling the stubs and skeleton i.e. <idlName>_c.C and <idlName>_s.C files which are generated by idl2cpp compiler itself.
The errors which am getting are
line 165 # 'class' expected instead of 'PortableServer'.
static eastAPI_ops_ptr _downcast(PortableServer::ServantBase* _servant);
line 167 # 'VISOps_Info' is used as a type, but has not been defined as a type.
static const VISOps_Info _ops_info
line 16 # 'PortableServer_ServantBase' is used as a type, but has not been defined as a type.
eastAPI : public EastInterfaceAPI::eastAPI_ops ,public virtual PortableServer_ServantBase {

etc ...

Please let me know if anyone has already worked on it and has resolved the issue. Thanks in advance.
Mahesh.
 
could you please put there line 165 of the file with errors?

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
I believe you can use (PortableServer_ServantBase*) _servant instead of _servant

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top