Search found 36 matches

by cariad
08.09.2010, 15:21
Forum: User Patches
Topic: [patch_done] Patch for Delphi XE compatibility
Replies: 9
Views: 3073

[patch_done] Patch for Delphi XE compatibility

Hello,

Here's a little patch (against trunk ver800) to support Delphi XE. The components aren't converted but the modest test suite we use in-house runs without problem.
by cariad
01.03.2010, 09:16
Forum: Firebird
Topic: Delphi2010 and Firebird2.1
Replies: 3
Views: 555

Hello, After upgrading to Delphi 2009 (and 2010 now) I converted a few projects from Zeos circa 2005 to Zeos 7 beta. I can't say we use everything in Zeos (no visual components), but theses projects rely extensively on Firebird 2.1 (embedded and server) and PostgreSQL databases (with relatively smal...
by cariad
08.01.2010, 08:42
Forum: ZeosLib 7.0 Beta Forum
Topic: Connecting to MySQL from IDE
Replies: 6
Views: 1162

Hello,

Here's the list of DLL I distribute when using a Postgres database :
  • comerr32.dll
  • gssapi32.dll
  • k5sprt32.dll
  • krb5_32.dll
  • libeay32.dll
  • libiconv2.dll
  • libintl3.dll
  • libpq.dll
  • ssleay32.dll
You might also need msvcr71.dll. Hope it helps.
by cariad
14.12.2009, 08:55
Forum: 6.6 - stable
Topic: Database creation issues
Replies: 4
Views: 1282

Hello, Here's a snippet to create a Firebird embedded database. I don't have the code for the others backends (Connection is a TZConnection object). Connection.Database := 'C:\file.fdb'; Connection.User := 'Username'; Connection.Password := 'Password'; Connection.Protocol := 'firebird-2.0'; Connecti...
by cariad
24.11.2009, 08:40
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem when updating the same record twice - FIXED!
Replies: 17
Views: 1617

Please test it (it works to me)
Just ran the test case with Delphi 2010 and it seems fixed.
by cariad
29.10.2009, 16:22
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem when updating the same record twice - FIXED!
Replies: 17
Views: 1617

Confirmed in Delphi 2010.
by cariad
16.10.2009, 07:32
Forum: ZeosLib 7.0 Beta Forum
Topic: Delphi 2010 (RAD Studio) and Zeos
Replies: 7
Views: 1445

Only now I dont see any components listed in the Zeos package.
After you've compiled everything did you make sure to right click on the last component and choose "Install" ? Else they won't appear within Delphi.
by cariad
15.10.2009, 14:30
Forum: ZeosLib 7.0 Beta Forum
Topic: Delphi 2010 (RAD Studio) and Zeos
Replies: 7
Views: 1445

Which revision did you try to install ?

Could you please retry with the latest (713 as of now) snapshot available here :
http://zeosdownloads.firmos.at/downloads/snapshots/
by cariad
15.10.2009, 14:24
Forum: ZeosLib 7.0 Beta Forum
Topic: Delphi 2010 (RAD Studio) and Zeos
Replies: 7
Views: 1445

Hello, Depending on your Delphi configuration, you may need to copy a few files around (*.bpl from BDS\Bpl directory to build) because I have virtually no experience with design time package (almost never used them) - feel free to submit a patch if you want. However, I never heard of the problem you...
by cariad
02.10.2009, 08:03
Forum: ZeosLib 7.0 Beta Forum
Topic: Delphi 2010 compatibility
Replies: 19
Views: 3141

Thanks for the info, I've updated the patch with the output path correctly set.
by cariad
30.09.2009, 08:15
Forum: ZeosLib 7.0 Beta Forum
Topic: Delphi 2010 compatibility
Replies: 19
Views: 3141

is there any practical reason for naming Delphi2010 delphi 14 instead of delphi 13? Most certainly, but I'm afraid only Embarcadero can explain why ;) I used 14 to match the exe version and identification string. A co-worker suggested it might be because of superstition (MS Office had no v13 either...
by cariad
17.09.2009, 15:45
Forum: ZeosLib 7.0 Beta Forum
Topic: Delphi 2010 compatibility
Replies: 19
Views: 3141

I'm sorry, but I have no idea what might cause this problem. You can always disable Oracle support (in Zeos.inc change {$DEFINE ENABLE_ORACLE} to {.$DEFINE ENABLE_ORACLE}), but this file should be found anyway. Did Zeos use to work with an older version of Delphi ? What does your project search path...
by cariad
17.09.2009, 12:48
Forum: ZeosLib 7.0 Beta Forum
Topic: Delphi 2010 compatibility
Replies: 19
Views: 3141

You can try to force the search path ; either from your projet (Project->Options->Delphi Compiler->Search Path) or for Delphi (Tools->Options->Library Win32->Browsing Path) to include the various subdirectory of ZEOS src (plain, core, dbc, ...)
by cariad
16.09.2009, 14:29
Forum: ZeosLib 7.0 Beta Forum
Topic: Delphi 2010 compatibility
Replies: 19
Views: 3141

Delphi 2010 compatibility

Hello,

I didn't see anything in rev679, so here's a quick patch to allow Delphi 2010 compilation.

I didn't check everything, but design time packages install fine, compilation is Ok, and the test application I use seems to works fine with both Firebird 2.1 and PostgreSQL 8.3