Page 1 of 1

Unit DBAccess compiled with different version CRParser.TParser

Posted: Wed 18 Oct 2006 13:39
by gcaramia
Hello
On my pc i have Delphi 7 pro and Delphi Turbo pro.
On both delphi's version, i have installed Mydac and Sdac.
Yesterday i downloaded last releases for MyDac 4.40.0.19 and Sdac 3.80.0.32
So i have installed both on D7 and TD.
On D7 all works fine.
On Turbo Delphi i can't run my projects, nor i can use your components.
I receive this error when i try to compile any project:

[Pascal Fatal Error] umain.pas(7): F2051 Unit DBAccess was compiled with a different version of CRParser.TParser

Also if i create a new project with only TMSConnection component or TMyConnection component, at compile time the previus error is arised.
Please tell me something,
I MUST WORK

thanks
Giovanni Caramia

Posted: Thu 19 Oct 2006 15:40
by Jackson
> Follow the next steps:
1. Uninstall MyDAC and SDAC from Delphi Turbo.
2. Search for files at your HDD that are part of MyDAC and SDAC for Delphi 2006 and delete them.
(dac100.bpl, dacvcl100.bpl, dcldac100.bpl, sdac100.bpl, sdacvcl100.bpl, dclsdac100.bpl, mydac100.bpl, mydacvcl100.bpl, dclmydac100.bpl and so on)
3. Run Delphi Turbo and check that it is started without errors.
4. Install MyDAC and check that it works.
5. Install SDAC and check that it works.

OK solved

Posted: Fri 20 Oct 2006 21:13
by gcaramia
Now it works fine !!!

Many thanks