Re: [twsocket] problem making a custom wrapper/vcl fromoverbyteserversocket.

2010-11-30 Thread Arno Garrels
si...@fantaziachat.com wrote: > ?here my code so fare > > http://projects.psd-designs.com/servercode.txt > > so you can see what am trying to do basically all I want is a custom > vcl based on the serversocket so that am able to add my own options > with out effecting overbyte source. I see, so

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] problem making a custom wrapper/vcl from overbyteserversocket.

2010-11-30 Thread simon
?here my code so fare http://projects.psd-designs.com/servercode.txt so you can see what am trying to do basically all I want is a custom vcl based on the serversocket so that am able to add my own options with out effecting overbyte source. -Original Message- From: Arno Garrels Se

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] TWSocketServer: how to make it listeningtoseveralIP:Port?

2010-11-30 Thread Arno Garrels
Francois PIETTE wrote: >>> Probably breaking changes could be iontroduced the day ICS stops >>> supporting >>> non unicode compiler. >>> Probably ICS-V8 could be that one, maybe to be released at the same >>> time as >>> Delphi crossplatfom, abandonning support for most of old Delphi >>> version. I

Re: [twsocket] TWSocketServer: howtomakeitlisteningtoseveralIP:Port?

2010-11-30 Thread Arno Garrels
Arno Garrels wrote: > Back to the keyboard then. I think a found a way everybody can live > with. Will commit this new attempt to the IPv6 branch when I think > it's alpha-ready. Then we are able to continue the discussion based > on an existing implementation. Done, IPv6 branch updated (new mult

Re: [twsocket] TWSocketServer: how to make it listening toseveralIP:Port?

2010-11-30 Thread Francois PIETTE
>Probably breaking changes could be iontroduced the day ICS stops >supporting non unicode compiler. Probably ICS-V8 could be that one, maybe to be released at the same time as Delphi crossplatfom, abandonning support for most of old Delphi version. I'm thinking about letting ICS-V7 live for D7

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

Re: [twsocket] TWSocketServer: how to make it listening toseveralIP:Port?

2010-11-30 Thread Anton S.
>Probably breaking changes could be iontroduced the day ICS stops supporting >non unicode compiler. >Probably ICS-V8 could be that one, maybe to be released at the same time as >Delphi crossplatfom, abandonning support for most of old Delphi version. I'm >thinking about letting ICS-V7 live for D

Re: [twsocket] problem making a custom wrapper/vcl from overbyte serversocket.

2010-11-30 Thread Francois PIETTE
?I have a small problem I made a vcl wrapper of the overbyte client socket so that I can add my custom data to it with out editing the main overbyte source problem I have is when I try to build my app my wrapper can not find the client[x].function for my add-ons because right now it says my f

Re: [twsocket] problem making a custom wrapper/vcl from overbyte serversocket.

2010-11-30 Thread Arno Garrels
si...@psd-designs.com wrote: > ?I have a small problem I made a vcl wrapper of the overbyte client > socket so that I can add my custom data to it with out editing the > main overbyte source problem I have is when I try to build my app my > wrapper can not find the client[x].function for my add-ons

[twsocket] problem making a custom wrapper/vcl from overbyte server socket.

2010-11-30 Thread simon
?I have a small problem I made a vcl wrapper of the overbyte client socket so that I can add my custom data to it with out editing the main overbyte source problem I have is when I try to build my app my wrapper can not find the client[x].function for my add-ons because right now it says my func