I get the current source of zeoslib via SVN today (arround 4 hours ago).
When I try to compile it with D2009, i get the error
[DCC Fataler Fehler] ZDbcIntfs.pas(62): E2225 'Never-build' Package 'ZParseSql' muss neu compiliert werden
in this moment delphi try to compile ZDbc120. How can i solve this error so i'm able to compile complete zeoslib?
try to compile with D2009 -> Error E2225
Moderators: gto, EgonHugeist, olehs
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
sveni2211,
Is this the only Zeoslib version you have on your machine? If you're upgrading over (= same dir) an older version it may help to make sure Delphi cleans all old compiled/installed version.
If there are parallel zeoslib source directories on your system you should try to check if no dcu's are found from an other zeoslib version.
Mark
Is this the only Zeoslib version you have on your machine? If you're upgrading over (= same dir) an older version it may help to make sure Delphi cleans all old compiled/installed version.
If there are parallel zeoslib source directories on your system you should try to check if no dcu's are found from an other zeoslib version.
Mark
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
Just as a test, please rename the 6.6 source and compiled units for D7 while installing zeoslib 7.X in D2009.
I agree it should not make a difference, but my experience is that Delphi *might* try to be smarter than you and use old units or dcu's just because it can find them somehow. (Registry, system path, whatever...)
Mark
I agree it should not make a difference, but my experience is that Delphi *might* try to be smarter than you and use old units or dcu's just because it can find them somehow. (Registry, system path, whatever...)
Mark