Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

pashagolub
Copy link
Owner

No description provided.

@pashagolub pashagolub self-assigned this Dec 7, 2023
@pashagolub pashagolub added the enhancement New feature or request label Dec 7, 2023
@siegmundertle
Copy link

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
Copy link
Owner Author

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
Copy link

siegmundertle commented Dec 13, 2023

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

@pashagolub pashagolub merged commit ef45af3 into master Dec 18, 2023
@pashagolub pashagolub deleted the RADStudio_12_support branch December 18, 2023 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants