Re: [twsocket] Using FTPClient in dll

2010-12-01 Thread Busai Péter
2010.12.01. 7:07 keltezéssel, Arno Garrels írta: That's true, you should not call ProcessMessages in a loop like above. NOFORMS and MessageLoop should work. Otherwise show us some more of your code. Again you are right. NOFORMS is the key. The below comment from OverbyteIcsDll1.dpr was a bit m

Re: [twsocket] Using FTPClient in dll

2010-11-30 Thread Arno Garrels
Busai Péter wrote: > 2010.11.30. 20:41 keltezéssel, Arno Garrels írta: >> >>> Well, I do not clearly understand the internals, but defining >>> NOFORMS in project option >>> and using >>> while not FTPCli.Terminated do >>>FTPCli.ProcessMessages; >>> >>> instead of >>> >>>FTPCli

Re: [twsocket] Using FTPClient in dll

2010-11-30 Thread Busai Péter
2010.11.30. 20:41 keltezéssel, Arno Garrels írta: Well, I do not clearly understand the internals, but defining NOFORMS in project option and using while not FTPCli.Terminated do FTPCli.ProcessMessages; instead of FTPCli.MessageLoop and quitting with FTPCli.PostQuitMessage

Re: [twsocket] Using FTPClient in dll

2010-11-30 Thread Arno Garrels
Busai Péter wrote: >>> Solved. >> That's great, please describe briefly the cause of the problem >> and how it was solved, readers of this list might benefit from >> your findings and save some time. >> > > Well, I do not clearly understand the internals, but defining NOFORMS > in project option

Re: [twsocket] Using FTPClient in dll

2010-11-30 Thread Busai Péter
Solved. That's great, please describe briefly the cause of the problem and how it was solved, readers of this list might benefit from your findings and save some time. Well, I do not clearly understand the internals, but defining NOFORMS in project option and using while not FTPCli.Te

Re: [twsocket] Using FTPClient in dll

2010-11-30 Thread Arno Garrels
Busai Péter wrote: > Solved. That's great, please describe briefly the cause of the problem and how it was solved, readers of this list might benefit from your findings and save some time. -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http:

Re: [twsocket] Using FTPClient in dll

2010-11-30 Thread Busai Péter
Solved. Hi! I have to write a dll which downloads some file. I created a project using example "OverbyteIcsDll2.dpr" as a sample. There are 2 differences. I must put a form inside the dll, which is just a user interface to set up and save connection parameters, but this form is not created at