Page 1 of 1

[patch_done] Where is ZPlainMySql41.pas

Posted: 11.04.2012, 08:59
by hstijnen
Hi,
I'm trying to build ZEOS7 for CBuilder XE. I've downloaded from https://zeoslib.svn.sourceforge.net/svn ... slib/trunk.
ZCore and ZParse succeeded, but building ZPlain I got the error ZPlainMySql41.dcu not found. And indeed ZPlainMySql41.pas does not exist in src\plain.
What to do?

Thanks for help
Kind regards
Henk

Posted: 11.04.2012, 20:50
by EgonHugeist
It seems like you've old compiled units or packages in one of your searchpath or application folders.

The file you've posted here doesn't exists any more sinc long, long times.
Be sure you've removed all old files.

Btw. try http://zeos.firmos.at/viewtopic.php?t=3427 if you doubt.

Best regards

Posted: 11.04.2012, 21:57
by markus
This file was deleted in delphi packages, but for CBuilder it was removed only from ZPlain.cpp and it's not enough - it should also be removed from ZPlain.cbproj

Henk: when You open ZeosDbo project group locate ZPlain project find it's files and simply remove ZPlainMySql41.pas there. This will allow ZPlain to compile

Best regards,
Marek

Posted: 12.04.2012, 08:44
by hstijnen
Thanks for your reaction. Now it has built and I can start testing my app.

BTW: at first I downloaded ZEOSDBO-7.0.0-alpha.zip from http://sourceforge.net/projects/zeoslib ... 0.0-alpha/, but that version doesn't match with CBuilder XE. Some user on this forum pointed me in better direction.

Regards, Henk