Probelm with TMyConnection and TRvProject

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
wyatt
Posts: 10
Joined: Fri 17 Oct 2008 10:38

Probelm with TMyConnection and TRvProject

Post by wyatt » Sat 25 Oct 2008 10:02

Hello
When create default project from CodeGear C++ 2007 and put TMyConnection and TRvProject on the form, I've got an error when I try to compile program.

Code: Select all

[BCC32 Error] Craccess.hpp(648): E2015 Ambiguity between 'TTypeKind' and 'Activex::TTypeKind'
[BCC32 Error] Craccess.hpp(648): E2293 ) expected
.
I can not use these two componets at the same time.
How I can create e Report ?

I'm using MyDAC 5.55.0.39 and CodeGear™ RAD Studio 2007 Version 11.0.2902.10471 under Win XP with SP3 (Polish edition)

chihebbs
Posts: 46
Joined: Tue 05 Jun 2007 20:06

Re: Probelm with TMyConnection and TRvProject

Post by chihebbs » Sat 25 Oct 2008 16:53

Instead of using TTypeKind just add the name of the unit Craccess::TTypeKind. Hope it helps.

Post Reply