trouble Zeos with GodeGear 2009 (Builder C++)

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
Mimik
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 02.08.2010, 13:36
Contact:

trouble Zeos with GodeGear 2009 (Builder C++)

Post by Mimik »

When im compile Zplain, i give error
[DCC Fatal Error] pasall.tmp(20): F1026 File not found: 'ZPlainMySql41.dcu'

and this file i not found, where i can take this file?
and i not found ZPlainMySql41.pas file...
in last release Zeoz 7 alpha
Mimik
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 02.08.2010, 13:36
Contact:

Post by Mimik »

When im delete link to include file ZPlainMySql41.pas, all compiled and instaled, but when im create new VCL C++ Form project and add ZConnection component if im build no error, but if execute compiled program have error : point procedure not found @Zdbcasa@Finalization$qqrv in library DLL ZDBc.bpl о_О
gkaled2004
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 07.08.2010, 15:33

Post by gkaled2004 »

i hapent me too
geert
Fresh Boarder
Fresh Boarder
Posts: 14
Joined: 17.08.2005, 09:16
Location: Belgium
Contact:

Post by geert »

I suggest you search your whole harddisk (specifically c:\users\public documents\rad...\...\bpl) for old versions of your bpl's. Not only your user-dir, but whole harddisk.
I have just built and installed revision 809 (from svn://zeos.firmos.at/zeos/branches/testing) in rad studio 2010. I used the delphi14 package. Note that before I could "install" the ZComponentDesign package, I had to copy the other BPL's to c:\users\public documents\... (which is defined in the RAD studio environment options as the BPL dir for delphi, something with a path containing "BDSCOMMON" if I remember well). I had (per project in the project group) switched "generate all c++ files" on in the delphi-linker section, and afterwards I have successfully created a simple C++ project which opens a database table with a TZQuery, and a DBGrid. Editing the database table also worked.
Locked