Hmm, that kind of defeats the purpose of embedded... The idea is to have the app which embeds the Firebird as a dependency and alleviates the need for a separate installation of Firebird (SQLite does a good job at this really - I know it's not as powerful as FB, but I think FB could have the same frictionless experience).
I've found an article <http://accountingplusplus.blogspot.com/2010/06/firebird-embedded-os-x.html> which claims that the true embedded deployment is possible and tried to patch the libs, but seems that I'm still missing something. I have made some progress though, which you can follow here <https://groups.google.com/forum/#!topic/firebird-net-provider/0-L7EXP_DJs>. I'd certainly appreciate anyone's contribution. On Fri, Jan 11, 2019 at 11:40 AM Dimitry Sibiryakov [email protected] [firebird-support] <[email protected]> wrote: > 10.01.2019 22:49, Anil [email protected] [firebird-support] wrote: > > I'm trying to make it work in embedded mode with .NET Core application > on macOS. The same > > scenario (just a dummy console project) works without issues on Windows. > > AFAIK you cannot just copy files into your application folder on MacOS. > Shared > libraries must be on predefined places to be found and loaded. > > > -- > WBR, SD. > > > ------------------------------------ > > ------------------------------------ > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > Visit http://www.firebirdsql.org and click the Documentation item > on the main (top) menu. Try FAQ and other links from the left-side menu > there. > > Also search the knowledgebases at > http://www.ibphoenix.com/resources/documents/ > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ------------------------------------ > > Yahoo Groups Links > > > >
