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
<<
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