Page 1 of 1

Type info for OCL::CRException

Posted: Tue 02 Apr 2013 09:40
by connect2vichu
Hi,
I was using OCL Oracle Client Library for connecting to DB in my code which was previously compiled using g++ 2.9.6 and now am compiling the same code using g++ 4.4.6 ..

I faced few compile time errors and all were resolved.. Now am getting undefined symbol:
_ZTIN3ocl11CRExceptionE
and i found this was Exception type info for

Code: Select all

ocl::CRException 
this may be due to OCL version.. Pls, help me on this ... :?

Re: Type info for OCL::CRException

Posted: Tue 02 Apr 2013 11:05
by AlexP
Hello,

Oracle Class Library (OCL) is an open source project, and it is discontinued at the moment. If you find any errors or need any changes, you have to modify its sources by yourself

Re: Type info for OCL::CRException

Posted: Tue 02 Apr 2013 11:43
by connect2vichu
Hi,
Is there any other way can I proceed?

Re: Type info for OCL::CRException

Posted: Thu 04 Apr 2013 14:39
by AlexP
Hello,

As I wrote you before, this product is not supported anymore, therefore you have to make fixes by yourself.