Help Needed on ActiveX EXE winsock worker
- From: mailserv@xxxxxxxxx (J)
- Date: 25 Apr 2005 06:09:19 -0700
Hi,
I am trying to create a ActiveX EXE that wrap the Winsock API
functions. In my standard EXE, there is a Server socket listening for
client connection. Once there is a connection request, the standard
EXE will create new instances of the ActiveX EXE and use the socket in
the ActiveX EXE to connect to the client.
I am using CSocketMaster winsock API class in my ActiveX EXE. When I
call the CSocketMaster.Accept and pass the requestID from standard
EXE, I got this error saying "Scket operation on nonsocket". Is it
illegal to pass the requestID from standard EXE to ActiveX EXE?
How could I overcome this problem?
Thanks for any help.
J.
.
- Follow-Ups:
- Re: Help Needed on ActiveX EXE winsock worker
- From: Schmidt
- Re: Help Needed on ActiveX EXE winsock worker
- Prev by Date: Re: reference problem - compatibility
- Next by Date: Re: Help Needed on ActiveX EXE winsock worker
- Previous by thread: COM Addin dll and HKEY_LOCAL_MACHINE
- Next by thread: Re: Help Needed on ActiveX EXE winsock worker
- Index(es):
Relevant Pages
|
Loading