Page 1 of 1

Error on other computer without delphi

Posted: 08.11.2007, 09:51
by magi6162
Using delphi 7 zeoslib 6.6.1 beta.
The computer development all OK.
When I run the program (very simple) on a computer without delphi Fail:
The program xxxx caused errors and will be closed.

Help me, please

magi6162 :cry:

Posted: 08.11.2007, 11:32
by mdaems
Just a quick guess:
Is your program using runtime packages or is everything included in the exe file? See your compiler options.

Second guess:
Are the dll's for your database connection present on the 'bad' computer. Which dll depends on the database you use. For mysql you only need libmysql.dll.

You are reporting on a zeoslib forum : do you have any indication the error occurs in a zeoslib part of your program?


Mark

Posted: 08.11.2007, 12:13
by magi6162
All Ok

thanks