Deployment problem

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
Alquimista
Posts: 2
Joined: Sat 01 Jul 2006 04:00

Deployment problem

Post by Alquimista » Sun 22 Mar 2009 05:11

Hi,

I developed a small db application using Delphi 7, devart dbExpress driver for MySQL (evaluation), MySQL 5.
On the development PC, the program runs well. When copying it to an old laptop, where I have created the database, I copied:

exe file
lybmysql.dll
dbexpmda.dll

When running it, I get "program.exe has detected a problem and must be closed"

Am I missing somethin on the deploy?

Thank you,
Guillermo

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 23 Mar 2009 12:22

Please try to use the DevartMySQLDirect driver that does not use MySQL client library (libmysql.dll).

Post Reply