A port with only headers to be used for loading the library dynamically #42195
asfernandes
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In #36176 I have tried to integrate Firebird client library but due to a number of issues abandoned for now.
But it's also common to use the Firebird API dynamically, i.e., together with LoadLibrary/dlopen.
And I'm writing a library that just does that and I think I should not include Firebird headers in my library.
So I would want to know if a Firebird port only with the headers would be accepted, and if yes, should it be the same name that in future may have a build or it should use a special name.
PS: I'm a Firebird committer
Beta Was this translation helpful? Give feedback.
All reactions