Page 1 of 1

mac osx : deployement

Posted: Fri 10 Aug 2012 15:15
by Thierry0726
hello
What we have to do to deploy dbexpsqlite40.dll on mac osx with RAD Studio XE2 ?
tia

Re: mac osx : deployement

Posted: Mon 13 Aug 2012 07:11
by ZEuS
For more information about deploying applications on Mac OS X, please refer to the "Delphi XE2 FireMonkey Applications Deployment on Mac OS X" article in the Devart blog ( http://blogs.devart.com/dac/index.php/a ... -os-x.html ). The article contains a list of libraries needed to deploy an application that uses dbExpress driver for SQLite.

Re: mac osx : deployement

Posted: Mon 27 Aug 2012 09:33
by Thierry0726
thanks

And for IOS deployment ? i didn't find it.

Re: mac osx : deployement

Posted: Mon 03 Sep 2012 10:48
by bork
dbExpress cannot be used for development for iOS by the following causes:
1. iOS doesn't allow to deploy any libraries (*.dylib) to mobile devices, so you cannot deploy dbExpress driver and libmidas.dylib to iOS.
2. Finally, FPC is used to compile applications at Mac OS X for iOS, that doesn't support the dbExpress technology.

To develop applications for iOS, you should use LiteDAC ( http://www.devart.com/litedac/ ) or UniDAC ( http://www.devart.com/unidac/ ), they both allow to develop applications for iOS that use SQLite database.