Search found 1310 matches

by miab3
27.03.2023, 11:12
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zeos 7.3 testers-thread
Replies: 286
Views: 46668

Re: Zeos 7.3 testers-thread

ZEOS 8.0.0 /trunk svn 7980 https://sourceforge.net/p/zeoslib/code-0/HEAD/tree/trunk Compiles and Works: - Lazarus 2.2.0-Win32, - Lazarus 2.2.4-Win64, - Lazarus 2.2.6-Win32/Win64, - Delphi 7, - Delphi 2007, - Delphi XE2-Win32/Win64, - Delphi 10-Win32/Win64, - Delphi 10.3.3 Rio-Win32/Win64/(Android/A...
by miab3
21.03.2023, 22:29
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zeos 7.3 testers-thread
Replies: 286
Views: 46668

Re: Zeos 7.3 testers-thread

ZEOS 8.0.0 /trunk svn 7972 https://sourceforge.net/p/zeoslib/code-0/HEAD/tree/trunk Compiles and Works: - Lazarus 2.2.6-Win32/Win64, - Delphi 2007, - Delphi 10.3.3 Rio-Win32/Win64/(Android/Android64- compiles but requires more thorough testing), - Delphi 11.1 Alexandria - Win32/Win64(/Android/Andro...
by miab3
17.03.2023, 20:11
Forum: ZeosLib 7.3/8.0 Forum
Topic: Possible issue with 64bit Oracle
Replies: 43
Views: 2177

Re: Possible issue with 64bit Oracle

This is in the Embarcadero documentation.
In the previous links were discussed what to pay attention to.

Michal
by miab3
16.03.2023, 20:42
Forum: ZeosLib 7.3/8.0 Forum
Topic: Possible issue with 64bit Oracle
Replies: 43
Views: 2177

Re: Possible issue with 64bit Oracle

Apropos ASLR in 32-bit mode: "...Note: {$HIGHENTROPYVA} is only available for 64-bit Windows. Default {$HIGHENTROPYVA ON} Delphi 11.2 expands ASLR support for the Win64 platform. It adds the ability to randomize memory addresses at high locations. This makes 64-bit applications really take adva...
by miab3
16.03.2023, 10:03
Forum: ZeosLib 7.3/8.0 Forum
Topic: Possible issue with 64bit Oracle
Replies: 43
Views: 2177

Re: Possible issue with 64bit Oracle

Hi, aehimself, I see you didn't fully understand what the ASLR error is. It is revealed in Win64 mode due to not quite correct use of types (which work properly in Win32). A number of libraries in recent months had to be corrected (released version take into account ASLR inclusion in Win64) that pre...
by miab3
15.03.2023, 22:26
Forum: ZeosLib 7.3/8.0 Forum
Topic: Possible issue with 64bit Oracle
Replies: 43
Views: 2177

Re: Possible issue with 64bit Oracle

Hi MFJShark,

Have you checked if your errors persist after disabling ASLR and rebuilding the entire ZEOS and application?

Michal
by miab3
14.03.2023, 22:24
Forum: ZeosLib 7.3/8.0 Forum
Topic: Possible issue with 64bit Oracle
Replies: 43
Views: 2177

Re: Possible issue with 64bit Oracle

I think I found the AV reason for Delphi 11.1 sp1 Win64. When ASLR is disabled, the error does not occur. Here's more about it: https://blogs.embarcadero.com/rad-studio-11-1-and-windows-pe-security-flags/ https://en.delphipraxis.net/topic/6627-legacy-bad-code-issues-on-delphi-111-on-64bit-vcl-apps-r...
by miab3
06.03.2023, 23:31
Forum: ZeosLib 7.3/8.0 Forum
Topic: Possible issue with 64bit Oracle
Replies: 43
Views: 2177

Re: Possible issue with 64bit Oracle

I think that memory alignments could be a source of problems. As far as I remember, records were always packed in 32 bit C / C++ while they are aligned to some degree in 64 bit C / C++. At least on Windows? It seems that in Delphi 11.1sp1 the issue of align for Win64 has been changed significantly....
by miab3
06.03.2023, 16:10
Forum: ZeosLib 7.3/8.0 Forum
Topic: Possible issue with 64bit Oracle
Replies: 43
Views: 2177

Re: Possible issue with 64bit Oracle

That's not the point.
Try to test the same in Delphi 10.3(Win64), 10.4(Win64) or 11.1(Win64) without update1 (if you can).

Nichal
by miab3
06.03.2023, 15:30
Forum: ZeosLib 7.3/8.0 Forum
Topic: Possible issue with 64bit Oracle
Replies: 43
Views: 2177

Re: Possible issue with 64bit Oracle

Hi,

Which version of Delphi?
It seems to me that there is a bug in Delphi11.1 upd1 Win64 that wasn't there before.

Michal
by miab3
10.01.2023, 20:14
Forum: ZeosLib 7.3/8.0 Forum
Topic: Demo version 8 and TransactIsolationLevel
Replies: 6
Views: 719

Re: Demo version 8 and TransactIsolationLevel

MRN wrote: 10.01.2023, 16:15 Am I obliged to use CachedUpdates with lazarus
ZEOS can be used in three modes: autocommit, explicit transactions and cacheupdate.

Michał
by miab3
28.12.2022, 09:20
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zeos 7.2 and 8.0 on same delphi and same pc at the same time
Replies: 4
Views: 410

Re: Zeos 7.2 and 8.0 on same delphi and same pc at the same time

Unfortunately, Zeos7.2 and Zeos8 share many namespaces and cannot reside together.
But you can keep each of them in the Zeos72 and Zeos8 directories and for use rename one of them to Zeos
and rebuild the library(dpk group) before use.

Michal