Deployment for XE 4

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
roky009
Posts: 5
Joined: Tue 30 Jul 2013 12:37

Deployment for XE 4

Post by roky009 » Thu 15 Aug 2013 19:10

Hi, I'd like to deploy my application.
I'm using "Devart dbExpress MySQL Driver v.6.2.3" in Delphi XE 4 environment.
Then what kinds of files should I include to run my application?
Actually I used in older version without any problem, but this XE 4 and V.6.2.3 not worked..
So please help me.. any clue will be very very appreciate???
Thanks a lot.

AndreyZ

Re: Deployment for XE 4

Post by AndreyZ » Fri 16 Aug 2013 09:06

Hello,

You should deploy the following files with your application:
- dbexpmda40.dll;
- libmysql.dll, if you are using not the direct mode;
- midas.dll, if you are using the TClientDataSet component.

Post Reply