Fast Reports ODAC Component
Posted: Thu 27 Mar 2008 18:51
Is there an ODAC v6 Component to work with Fast Reports v4 in the c++ personality of RAD Studio 2007?
I have tried to install the Delphi versions by "Generate All C++ Files" Option on the .dpk. This installs the component onto the pallet. However, when I place that component on a form and try to run the application I get the following errors:
[C++ Error] frxDACComponents.hpp(59): E2311 Non-virtual function '_fastcall TfrxDACComponents::ResourceName(TMetaClass *)' declared pure
[C++ Error] frxDACComponents.hpp(60): E2311 Non-virtual function '_fastcall TfrxDACComponents::GetDatabaseClass(TMetaClass *)' declared pure
[C++ Error] frxDACComponents.hpp(61): E2311 Non-virtual function '_fastcall TfrxDACComponents::GetTableClass(TMetaClass *)' declared pure
[C++ Error] frxDACComponents.hpp(62): E2311 Non-virtual function '_fastcall TfrxDACComponents::GetQueryClass(TMetaClass *)' declared pure
I just need to get these components to work in C++ so I can use Fast Reports With ODAC in Rad Studio 2007 C++ Personality.
Thanks for the help in advance
I have tried to install the Delphi versions by "Generate All C++ Files" Option on the .dpk. This installs the component onto the pallet. However, when I place that component on a form and try to run the application I get the following errors:
[C++ Error] frxDACComponents.hpp(59): E2311 Non-virtual function '_fastcall TfrxDACComponents::ResourceName(TMetaClass *)' declared pure
[C++ Error] frxDACComponents.hpp(60): E2311 Non-virtual function '_fastcall TfrxDACComponents::GetDatabaseClass(TMetaClass *)' declared pure
[C++ Error] frxDACComponents.hpp(61): E2311 Non-virtual function '_fastcall TfrxDACComponents::GetTableClass(TMetaClass *)' declared pure
[C++ Error] frxDACComponents.hpp(62): E2311 Non-virtual function '_fastcall TfrxDACComponents::GetQueryClass(TMetaClass *)' declared pure
I just need to get these components to work in C++ so I can use Fast Reports With ODAC in Rad Studio 2007 C++ Personality.
Thanks for the help in advance