Board index » delphi » problem when executing app on another computer
Guillem
![]() Delphi Developer |
problem when executing app on another computer2003-12-12 06:06:25 AM delphi91 Hi, I've developed a client-server application. It uses an IdTCPServer and an IdTrivialFTPServer for the server side and an IdTCPClient and an IdTrivialFTPClient for the client part. The app works fine while it is running on the same machine it was developed, but if I install it onto another I get always the message "Connection closed gracefully" when client tries to communicate with server. I suspect it has something to do with Delphi, because I tried to install Delphi on the machine where I got the error and afterwards it began to work again(?) Do I need to include some DLL, package, resource file or whatever so that Indy works fine? Or have I to change some setting in project options? Perhaps registering something? Hope somebody can help me. Thanks all! Guillem |