Page 1 of 1

Android without embeded SQLLite

Posted: Wed 14 Dec 2016 12:52
by zvasku
Hello,

we have to use FireDac and UniDac in one Android project. I know it's not goot, but this is our situation now. We use SQLite in both *Dac components. We cannot build app beause of duplicity in sqllite engine object files.
Can we build UniDac without embeded SQLLite and use SQLLite object from FireDac in one application?

Thanks a lot
Zdenek

Re: Android without embeded SQLLite

Posted: Thu 15 Dec 2016 13:15
by MaximG
Not to include SQLite client library code to the finished application, you need to add a path to the [UniDAC Installation Folder]\Source] folder to the project Search Path property and compile the application with the NOSTATIC option. You can find more details about this process in our blog :
http://blog.devart.com/disabling-direct ... nidac.html

Re: Android without embeded SQLLite

Posted: Fri 16 Dec 2016 12:05
by zvasku
Perfect. It works.

Thanks a lot
Zdenek

Re: Android without embeded SQLLite

Posted: Fri 16 Dec 2016 13:09
by MaximG
We were glad to help you. Please don't hesitate to contact us with questions concerning UniDAC usage.