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!

Compilation Error...

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
Hi,

Would like to know how to correct the following error:

[C++ Error] corbapch.h(13): E2209 Unable to open include file 'vdef.h'/ 'vpre.h'/ 'viostrm.h' / 'vtypeinf.h' / 'vpost.h'.

I got this after I tried to compile a CORBA pgm, which didnt work out..Some of my old applns. are working fine though..
 
Your compiler cannot find these files or the files are read only. Find the files on your computer and make sure they are Archive. If you still get the error then put the files path in your compiler's Directories/Conditionals Include Path:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top