[patch_done] Where is ZPlainMySql41.pas

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
hstijnen
Junior Boarder
Junior Boarder
Posts: 32
Joined: 11.04.2012, 08:49

[patch_done] Where is ZPlainMySql41.pas

Post 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
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post 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
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
markus
Senior Boarder
Senior Boarder
Posts: 58
Joined: 17.10.2011, 12:43
Location: Piotrków Trybunalski, Poland

Post 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
hstijnen
Junior Boarder
Junior Boarder
Posts: 32
Joined: 11.04.2012, 08:49

Post 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
Locked