Page 1 of 1

Project update.

Posted: 27.08.2012, 11:11
by merovingio
Hi!
I have modified projects build paths
from "build" to "$(PackagesPath)build".
and add in "Tools->Options->Environment Options->Environment Variables"
PackagesPath=\packages\

using PackagesPath is to easy to embedded all "Z" projects.

Question: exist Italian Zeoslib member?

Posted: 28.08.2012, 08:00
by EgonHugeist
merovingio,

don't know it exactly but i think "Seawolf" is an italian. You can find him in some older posts..

Michael

Thanks EgonHugeist!

Posted: 28.08.2012, 14:40
by merovingio
Thanks EgonHugeist!
I am a preistoric animal (work only in C) ad I am old...
I speak only italian and I have very difficult to write other languages.

Posted: 30.08.2012, 02:03
by EgonHugeist
merovingio,

no problem. I propose you contact Seawolf and wait for reply. According the english issues you have: Don't worry about it. Just have a look @my english ((((:

Delphi XE2 project debug

Posted: 05.09.2012, 07:43
by merovingio
XE2 ZEODBO projects are inclompleted.
I have add several files at several projects.
[DCC Fatal Error] ZAbstractConnection.pas(64): F1026 File not found: 'ZDbcAdo.dcu'
[DCC Fatal Error] ZDbcAdo.pas(62): F1026 File not found: 'ZPlainAdoDriver.dcu'
[DCC Fatal Error] ZDbcAdo.pas(62): F1026 File not found: 'ZPlainAdo.dcu'
[DCC Fatal Error] ZDbcAdo.pas(131): F1026 File not found: 'ZDbcAdoStatement.dcu'
[DCC Fatal Error] ZDbcAdoStatement.pas(120): F1026 File not found: 'ZDbcAdoResultSet.dcu'
[DCC Fatal Error] ZDbcAdoResultSet.pas(121): F1026 File not found: 'ZDbcAdoUtils.dcu'
[DCC Fatal Error] ZDbcAdo.pas(131): F1026 File not found: 'ZDbcAdoMetaData.dcu'
[DCC Fatal Error] ZDbcASAMetadata.pas(62): F1026 File not found: 'ZDbcASA.dcu'
[DCC Fatal Error] ZDbcASA.pas(62): F1026 File not found: 'ZPlainASADriver.dcu'
[DCC Fatal Error] ZPlainASADriver.pas(1177): F1026 File not found: 'ZPlainASA7.dcu'
[DCC Fatal Error] ZPlainASADriver.pas(1177): F1026 File not found: 'ZPlainASA9.dcu'
[DCC Fatal Error] ZDbcASAMetadata.pas(255): F1026 File not found: 'ZDbcASAUtils.dcu'
[DCC Fatal Error] ZDbcASA.pas(130): F1026 File not found: 'ZDbcASAStatement.dcu'
[DCC Fatal Error] ZDbcASAStatement.pas(61): F1026 File not found: 'ZDbcASAResultSet.dcu'
[DCC Fatal Error] ZAbstractConnection.pas(68): F1026 File not found: 'ZDbcDbLib.dcu'
[DCC Fatal Error] ZDbcDbLib.pas(67): F1026 File not found: 'ZPlainDbLibDriver.dcu'
[DCC Fatal Error] ZPlainDbLibDriver.pas(61): F1026 File not found: 'ZPlainDbLibConstants.dcu'
[DCC Fatal Error] ZDbcDbLib.pas(151): F1026 File not found: 'ZDbcDbLibStatement.dcu'
[DCC Fatal Error] ZDbcDbLibStatement.pas(149): F1026 File not found: 'ZDbcDbLibUtils.dcu'
[DCC Fatal Error] ZDbcDbLibStatement.pas(149): F1026 File not found: 'ZDbcDbLibResultSet.dcu'
[DCC Fatal Error] ZDbcDbLib.pas(152): F1026 File not found: 'ZDbcDbLibMetadata.dcu'
[DCC Fatal Error] ZAbstractConnection.pas(71): F1026 File not found: 'ZDbcMySql.dcu'
[DCC Fatal Error] ZDbcMySql.pas(62): F1026 File not found: 'ZPlainMySqlDriver.dcu'
[DCC Fatal Error] ZPlainMySqlDriver.pas(65): F1026 File not found: 'ZPlainMySqlConstants.dcu'
[DCC Fatal Error] ZDbcMySql.pas(143): F1026 File not found: 'ZDbcMySqlStatement.dcu'
[DCC Fatal Error] ZDbcMySqlStatement.pas(210): F1026 File not found: 'ZDbcMySqlUtils.dcu'
[DCC Fatal Error] ZDbcMySqlStatement.pas(210): F1026 File not found: 'ZDbcMySqlResultSet.dcu'
[DCC Fatal Error] ZDbcMySql.pas(144): F1026 File not found: 'ZDbcMySqlMetadata.dcu'
[DCC Fatal Error] ZAbstractConnection.pas(74): F1026 File not found: 'ZDbcPostgreSql.dcu'
[DCC Fatal Error] ZDbcPostgreSql.pas(62): F1026 File not found: 'ZPlainPostgreSqlDriver.dcu'
[DCC Fatal Error] ZDbcPostgreSqlStatement.pas(217): F1026 File not found: 'ZDbcPostgreSqlResultSet.dcu'
[DCC Fatal Error] ZDbcPostgreSqlResultSet.pas(141): F1026 File not found: 'ZDbcPostgreSqlUtils.dcu'
[DCC Fatal Error] ZDbcPostgreSql.pas(184): F1026 File not found: 'ZDbcPostgreSqlMetadata.dcu'
[DCC Fatal Error] ZAbstractConnection.pas(77): F1026 File not found: 'ZDbcInterbase6.dcu'
[DCC Fatal Error] ZDbcInterbase6.pas(62): F1026 File not found: 'ZPlainFirebirdDriver.dcu'
[DCC Fatal Error] ZDbcInterbase6.pas(63): F1026 File not found: 'ZDbcInterbase6Utils.dcu'
[DCC Fatal Error] ZDbcInterbase6Statement.pas(61): F1026 File not found: 'ZDbcInterbase6ResultSet.dcu'
[DCC Fatal Error] ZDbcInterbase6.pas(156): F1026 File not found: 'ZDbcInterbase6Metadata.dcu'
[DCC Fatal Error] ZDbcInterbase6.pas(156): F1026 File not found: 'ZDbcInterbase6Metadata.dcu'

Now al packages are compiled correctly. :)