Search found 95 matches

by marcov
15.05.2012, 12:56
Forum: ZeosLib 7.0 Beta Forum
Topic: Error installing on Lazarus 1.1
Replies: 9
Views: 1515

Strange, testing works for me without that change. But that is the testing branch, not egon's.
by marcov
15.05.2012, 09:37
Forum: ZeosLib 7.0 Beta Forum
Topic: Error installing on Lazarus 1.1
Replies: 9
Views: 1515

In 2.6.1 the old situation has been restored, and "bookmark" property is of type bookmarkstr again. In 2.7.1 the situation is D2009+, bookmark property is of type TBytes. The 2.7.1 situation will be merged to the 2.6 series only AFTER 2.6.2, to give depending projects more time to adjust. ...
by marcov
15.05.2012, 09:32
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Need libmysqlclient.so.18 for mysql5.5 linux
Replies: 15
Views: 3328

are such filenames like "libmysqlclient.so*" valid in linux? The story about unix library naming is this: Different versions of libmysqlclient are number libmysqlclient.so.x (some packages have more complex version numbers) For development people there is a symlink from libmysqlclient.so ...
by marcov
20.04.2012, 12:02
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 82022

That's absolutly unwanted for me. Complete unicode connections mean's allways speed decrease for the servers and workstations. My patch makes native ansi and utf8 connections possible for all delphi compilers. For FPC i can't say if it would be possible. Actually this isn't because of the LzarusUTF...
by marcov
28.03.2012, 14:55
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Have problems with ZTable.Edit & Post
Replies: 16
Views: 4465

Subversion is a version system, and it is hosted on Apache servers.

The most used windows client is "tortoisesvn", which is standalone (except for putty which it can use for encryption, but that isn't needed in this case)
by marcov
23.03.2012, 17:42
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Bug insert record russian symbols Linux Lazarus
Replies: 21
Views: 2417

Eventually the FPC UTF8ToAnsi doesn't work for Linux.. That's something i wanted to do long times before. Note that "ansi" is a dangerous term. It might be UTF8. In bpoth FPC and Delphi terms it means "the system 1-byte encoding", which on *nix can be (and often is in full size ...
by marcov
07.03.2012, 10:38
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] compile Linux Lazarus testing-egonhugeist r1055
Replies: 14
Views: 1712

In testing it already is "dl", so I guess sb else fixed it?
by marcov
06.03.2012, 12:55
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] compile Linux Lazarus testing-egonhugeist r1055
Replies: 14
Views: 1712

Last error: yes, I'm not used to these issues, since Lazarus and FPC projects have all their files in lowercase (and lowercase is always matched by FPC). Fixed, r1061. First error, this is more difficult. The "dl" unit is less portable than the dynlibs unit, and might cause problems. The d...
by marcov
05.03.2012, 14:35
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] compile Linux Lazarus testing-egonhugeist r1055
Replies: 14
Views: 1712

Remove the ifdef around gethashcode in interface and implementation
by marcov
01.03.2012, 23:15
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Rev 968 testing-branches-informations
Replies: 12
Views: 1368

Done
by marcov
01.03.2012, 21:32
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Zeos7 doesnt compile under FPC2.6.0
Replies: 22
Views: 2674

Also plain files should be modified for DARWIN. It is different than windows(dll) and linux(so). it uses dylib. In case of FPC, it should use "sharedsuffix" in unit dynlibs. (the unit that contains portable loadlibrary etc in FPC). This is loaded, in a platform depend way with .so, dylib ...
by marcov
20.02.2012, 18:34
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] PostgreSQL64 + Lazarus 09.30.2+ windows 64 bit
Replies: 88
Views: 8559

Did you install libpq and all the other DLLs from the same distribution as your FPC (so 32-bit postgres if 32-bit FPC/Lazarus, 64-bit postgres if 64-bit FPC/Lazarus) into the same directory as your app?
by marcov
13.02.2012, 22:01
Forum: 6.6 - stable
Topic: ZSQLProcessor paramcheck
Replies: 4
Views: 1027

Stringlist is not the most optimal, but I don't assume his SQL is tens of megabytes ?

Note that it is worth writing a test for, then sb can try to optimize it.
by marcov
13.02.2012, 21:47
Forum: 6.6 - stable
Topic: ZeosLib 6.6.6 with DElphi 2010
Replies: 4
Views: 1012

Re: ZeosLib and Delphi 2010

Hi Seawolf. Thanks for your tip! Please enlight me: if ZeosLib 6.x doesn't support Delphi 2010, why is there, a delphi10 folder, into the packages folder? Delphi 8 = .NET only experiment Delphi 9 = Delphi 2005 Delphi 10 = Delphi 2006. Delphi 11 = Delphi 2007 and so on. So D2010 is actually D13 by t...
by marcov
01.02.2012, 18:41
Forum: ZeosLib 7.0 Beta Forum
Topic: [solved] ZAbstractRODataset.pas and FPC 2.6
Replies: 2
Views: 541

The firmos SVN is no longer used since last March. SVN is now at sf.net again:

https://sourceforge.net/projects/zeoslib/develop