Type info for OCL::CRException

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
connect2vichu
Posts: 2
Joined: Tue 02 Apr 2013 08:46

Type info for OCL::CRException

Post by connect2vichu » Tue 02 Apr 2013 09:40

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 ... :?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Type info for OCL::CRException

Post by AlexP » Tue 02 Apr 2013 11:05

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

connect2vichu
Posts: 2
Joined: Tue 02 Apr 2013 08:46

Re: Type info for OCL::CRException

Post by connect2vichu » Tue 02 Apr 2013 11:43

Hi,
Is there any other way can I proceed?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Type info for OCL::CRException

Post by AlexP » Thu 04 Apr 2013 14:39

Hello,

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

Post Reply