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

Problem with Class definition.OCI example 6

Status
Not open for further replies.

TheMillionDollarMan

Programmer
Jun 10, 2002
132
US

Hi,

I am trying to adapt an example from Oracle from C to C++. I seem to have a problem with the way my class COraDB has been declared. It causes problems in the class I am trying to use COraDB in. Inparticular these lines here...

D:\Projects\VC\OCI\OCI6_Test3\OCI6_Test3Dlg.cpp(102) : error C2664: 'AfxAssertFailedLine' : cannot convert parameter 1 from 'class COraDB []' to 'const char *'

Any tips?

Thanks

 
Note this is the same as the
"PreCompiled Header - Header Directive missing problem"

post
sorry

;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top