 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Eric Guest
|
Posted: Wed Feb 18, 2004 6:18 pm Post subject: Derive class from TServerSocket to override all winsock call |
|
|
I'd like to be able to use TServerSocket, but I have another library
which I want to use instead of the standard winsock calls. This
library replaces listen(), recv(), send(), etc. Does the VCL design
allow for this, or would I be better off not using TServerSocket at
all? I'm trying to use the TServerSocket component because it
provides a nice framework for handling multiple threads
(stThreadBlocking). Without it I'll have to handle starting new
threads for each connection myself, which I know can be done, but why
redo a huge portion of scktcomp.pas when it is already done. If I go
that route I think I'd rather just copy the module over and apply my
own changes to it.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|