dbExpress macOS 64-Bit Compiler Errors

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for PostgreSQL in Delphi and C++Builder
Post Reply
schwenzy
Posts: 1
Joined: Fri 10 Jan 2020 16:58

dbExpress macOS 64-Bit Compiler Errors

Post by schwenzy » Fri 10 Jan 2020 17:12

I'm using the Delphi 10.3.3, Community Edition with the dbExpress Driver for PostgreSQL.

I'm getting compiler errors for Mac 64-bit only. The "DbxDevartPostgresSQL" in my uses clause is highlighted, and the IDE throws the error Unit 'DbxDevartPostgreSQL' not found.

However, this is not an issue when I switch platforms (the unit is no longer highlighted and the app compiles without errors). Everything's working fine on Windows and on Mac for 32-bit; I just can't get it to build for Mac 64-bit.

Any ideas would be appreciated as I'm new to Delphi and only have experience using dbExpress with C++!

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: dbExpress macOS 64-Bit Compiler Errors

Post by MaximG » Sat 11 Jan 2020 10:41

We tested the work of dbExpress driver for PostgreSQL 4.1.3 when using Mac OS 64-bit platform and found no problems. Please make sure that you are using the latest dbExpress driver version.

Post Reply