Problems with building latest Odac trial version
Posted: 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
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