Problems with building latest Odac trial version

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
arunv2000
Posts: 5
Joined: Fri 25 Nov 2005 07:55

Problems with building latest Odac trial version

Post by arunv2000 » Thu 08 Dec 2005 08:32

Hi,
I downloaded the free version of MyDAC(4.00.1.6) and ODAC (5.55.1.25) for Builder 6.0.

I get an error during compilation. On closer examination, I found that the file 'OraClasses.hpp' contains the following lines of code under the protected section, with *data type* missing for the *_property* variables:

##############################

protected:
void __fastcall AllocBuffer(void);
void __fastcall FreeBuffer(void);
void __fastcall CheckRange(int Index);
__property Name ;
__property DataType ;
__property ParamType ;
__property Size ;

###############################

Compilation then stops due to "too many errors".

1. What should be the data type associated with these?

2. Can you please load the latest stable version of ODAC (version 5.55.1.24 ?) that goes with MyDAC(4.00.1.6)?

Or am I missing something?

-Thanx

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Thu 08 Dec 2005 09:23

ODAC 5.55.1.25 and MyDAC 4.00.1.6 are incompatible. Please download the latest version of MyDAC (4.00.2.7).

Post Reply