Search found 10 matches

by Goaul
29.08.2013, 22:22
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120338

Re: 7.2-alfa testers-thread

R2699 32bit [dcc32 Error] ZDbcCache.pas(553): E2251 Ambiguous overloaded call to 'StrPLCopy' System.SysUtils.pas(10732): Related method: function StrPLCopy(PAnsiChar; const AnsiString; Cardinal): PAnsiChar; System.AnsiStrings.pas(3382): Related method: function StrPLCopy(PAnsiChar; const AnsiString;...
by Goaul
29.08.2013, 21:05
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120338

Re: 7.2-alpa testers-thread

7.2 rev 2684 +Delphi XE4 32bit on w7 64bit compile gives: [dcc32 Error] ZSysUtils.pas(2861): E2251 Ambiguous overloaded call to 'StrLen' System.SysUtils.pas(10381): Related method: function StrLen(const PAnsiChar): Cardinal; System.AnsiStrings.pas(3166): Related method: function StrLen(const PAnsiCh...
by Goaul
13.09.2012, 14:38
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] ZeosLib7 rev1684 warning fix
Replies: 20
Views: 2436

i compiled with Delphi XE2. For me not endless, as there is no more warnings or hints.
by Goaul
13.09.2012, 12:46
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] ZeosLib7 rev1684 warning fix
Replies: 20
Views: 2436

thnx, works fine, no more hints.

topic can be closed :)
by Goaul
13.09.2012, 11:21
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] ZeosLib7 rev1684 warning fix
Replies: 20
Views: 2436

Re: [DCC Hint] ZConnectionGroup.pas(131): H2164 Variable 'Cu

So can any show how to fix for example this hint?

Code: Select all

[DCC Hint] ZSelectSchema.pas(598): H2443 Inline function 'TObjectList.GetItem' has not been expanded because unit 'System.Classes' is not specified in USES list
by Goaul
09.09.2012, 16:33
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] ZeosLib7 rev1684 warning fix
Replies: 20
Views: 2436

why u changing paths to files?
by Goaul
02.09.2012, 21:17
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] ZeosLib7 rev1684 warning fix
Replies: 20
Views: 2436

if u could sow how to fix atleast 1 from those hints, i could try to finish rest and make patch.
by Goaul
02.09.2012, 08:36
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] ZeosLib7 rev1684 warning fix
Replies: 20
Views: 2436

Yeah saw them on previos revs, great job :) thnx on rev1698 missed 1 warning: [DCC Warning] ZCollections.pas(336): W1000 Symbol 'MaxListSize' is deprecated also if interested, there are lot of hints: :) [DCC Hint] ZSelectSchema.pas(276): H2443 Inline function 'TObjectList.GetItem' has not been expan...
by Goaul
01.09.2012, 18:45
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] ZeosLib7 rev1684 warning fix
Replies: 20
Views: 2436

Goaul , Thanks for this fix. I propose to introduce an additional define "WITH_MAXLISTSIZE_DEPRECATED" for the Zeos.inc in the Ver230 section for the new code instead of replacing the old. If i've the time i'll add it or can you attach a patch file? Here it is, i hope this will speed up t...
by Goaul
01.09.2012, 12:11
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] ZeosLib7 rev1684 warning fix
Replies: 20
Views: 2436

[patch_done] ZeosLib7 rev1684 warning fix

With Delphi MX2, got these warnings: [DCC Warning] ZCollections.pas(77): W1000 Symbol 'MaxListSize' is deprecated suggested fix: -TZInterfaceList = array[0..MaxListSize - 1] of IZInterface; +TZInterfaceList = array[0..Maxint div 16 - 1] of IZInterface; [DCC Warning] ZCollections.pas(314): W1000 Symb...