Page 1 of 1

Probelm with TMyConnection and TRvProject

Posted: Sat 25 Oct 2008 10:02
by wyatt
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)

Re: Probelm with TMyConnection and TRvProject

Posted: Sat 25 Oct 2008 16:53
by chihebbs
Instead of using TTypeKind just add the name of the unit Craccess::TTypeKind. Hope it helps.