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