Page 1 of 1

Compile 8.2.6 - Stumped

Posted: Wed 26 Feb 2014 18:29
by Sugarloafer
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.

Re: Compile 8.2.6 - Stumped

Posted: Sat 01 Mar 2014 17:11
by Sugarloafer
I give up. Gone back to 8.1.4.

Re: Compile 8.2.6 - Stumped

Posted: Wed 05 Mar 2014 15:32
by Dimon
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.

Re: Compile 8.2.6 - Stumped

Posted: Tue 27 May 2014 16:08
by Sugarloafer
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

Re: Compile 8.2.6 - Stumped

Posted: Wed 28 May 2014 08:05
by Dimon
It is good to see that the problem has been solved. Feel free to contact us if you have any further questions.