Compile 8.2.6 - Stumped

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Sugarloafer
Posts: 10
Joined: Wed 09 May 2012 21:00

Compile 8.2.6 - Stumped

Post by Sugarloafer » Wed 26 Feb 2014 18:29

Delphi XE5. Downloaded source and copied to my folders.

Compiling Win32/Debug in all cases.

dac190 compiles.
davcl190 compiles.
dcldac190 compiles.
mydac190 gives 9 errors in MyClasses.pas. All Method 'xyz' not found in base class.

They are all referencing CRAccess.pas. I checked and I only have one copy of CRAccess.pas. The referenced methods are there.

mydac190 search path (..) is correct. Delphi Search path is correct.

dcu, dcl and bpl files are going in the right places.

Sugarloafer
Posts: 10
Joined: Wed 09 May 2012 21:00

Re: Compile 8.2.6 - Stumped

Post by Sugarloafer » Sat 01 Mar 2014 17:11

I give up. Gone back to 8.1.4.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Re: Compile 8.2.6 - Stumped

Post by Dimon » Wed 05 Mar 2014 15:32

We can not reproduce the problem.
It seems that there are some old DAC units on your computer.
To solve the problem perform the following steps:
- uninstall MyDAC;
- find all DAC units, like CRParser.dcu, CLRClasses.dcu, MemData.dcu, MemDS.dcu, DBAccess.dcu, MyClasses.dcu files on your PC and delete them;
- find all *dac*.bpl files on your PC and delete them.
- install MyDAC.

Sugarloafer
Posts: 10
Joined: Wed 09 May 2012 21:00

Re: Compile 8.2.6 - Stumped

Post by Sugarloafer » Tue 27 May 2014 16:08

Finally figured it out. I had to delete all the myDAC bpl's and dcp's from System32, SysWow64 and ProgramFiles(x86)\Embarcadero\... I now have 8.3.X installed and compiling. :D

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Re: Compile 8.2.6 - Stumped

Post by Dimon » Wed 28 May 2014 08:05

It is good to see that the problem has been solved. Feel free to contact us if you have any further questions.

Post Reply