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
Error on other computer without delphi
Moderators: gto, cipto_kh, EgonHugeist
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
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
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