Search found 4 matches

by marcosnt
11.01.2012, 18:39
Forum: ZeosLib 7.0 Beta Forum
Topic: NOT SOLVED Weird errors installing Zeos rv.966+XE2 UP3
Replies: 3
Views: 743

Strange, now I understand why the error, he is trying to compile on 64bit, since it is the whole NativeInt in 64bit. But how can this happen if this to compile in 32bits in bpl​​? This can not compile the ComponentDesigner since it requires the designide.dcp (which is 32bit). Can anyone help me?
by marcosnt
11.01.2012, 14:22
Forum: ZeosLib 7.0 Beta Forum
Topic: NOT SOLVED Weird errors installing Zeos rv.966+XE2 UP3
Replies: 3
Views: 743

Just Change:

Inc (Integer (prgInfo)

To

Inc(NativeInt

There are other parts of the code with Inc (), just replace Integer by NativeInt.

Source: http://stackoverflow.com/questions/7694 ... -64bit-xe2
by marcosnt
11.01.2012, 13:12
Forum: ZeosLib 7.0 Beta Forum
Topic: NOT SOLVED Weird errors installing Zeos rv.966+XE2 UP3
Replies: 3
Views: 743

NOT SOLVED Weird errors installing Zeos rv.966+XE2 UP3

Good morning, I decided to create a topic with my question rather than an answer because apparently I'm only having this problem with the installation of the Zeos XE2, following versions: XE2 Delphi 3 Update Rev. Zeos 966. When I try to build all, got the error ENDIF, which I believe is the conversi...
by marcosnt
09.01.2012, 04:06
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos on XE2?
Replies: 40
Views: 10578

Good evening, I'm having difficulty installing the Zcomponent160 not build. Featuring the following errors: [DCC Error] ZDbcAdoResultSet.pas (191): E2064 Left side can not be assigned to [DCC Error] ZDbcAdoResultSet.pas (233): E2064 Left side can not be assigned to [DCC Warning] ZDbcAdoResultSet.pas...