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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle 8i and VSC++ incompatibility

Status
Not open for further replies.

Timil

Programmer
May 16, 2001
17
FR
If I try to use the ofstream.h library, I get the following error at the compilation:
<<
d:\oracle\ora81\oci\include\oratypes.h(278) : error C2378: 'text' : redefinition; symbol cannot be overloaded with a typedef
c:\program files\microsoft visual studio\vc98\include\fstream.h(161) : see declaration of 'text'
>>

I need the ofstream library..
So what can I do to correct the Oracle OCI designed for C compliance but not for C++.. *sob*

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top