pashagolub / postgresdac

Delphi/C++Builder direct access components for PostgreSQL (and derivatives)
MIT License
19 stars 12 forks source link

[!] add support for RAD Studio 12, closes #13 #14

Closed pashagolub closed 9 months ago

siegmundertle commented 10 months ago

this compiles on first try without errors and looks fine :) All components are visiible in designer. Project compiles without errors.

However, in design und on program startup, on connecting a database something isnt found: [71D57543]{rtl290.bpl } System.SysUtils.RaiseLastOSError (Line 27711, "System.SysUtils.pas" + 0) + $7 [8EAF7D5C]{PostgresDAC29.bpl} Psqltypes.CheckLibraryLoaded + $C [8EAF6F5C]{PostgresDAC29.bpl} Psqltypes.LoadPSQLLibrary + $688 [8EAD4ABD]{PostgresDAC29.bpl} Psqlaccess.TNativeConnect.InternalConnect + $51

Is it any library?

pashagolub commented 10 months ago

Yeah. It cannot find libpq.dll and friends from Deploy folder. Can you make them visible either by PATH envvar, or just copy that to the binary fodder

siegmundertle commented 10 months ago

Ok, looks fine so far. Missing libs were beside libpq.dll the ssl libs from openssl (libeay32.dll and ssleay32.dll)