Click here to Skip to main content
15,916,945 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDialog Based Server-Client Pin
Billar11-Jun-04 3:50
Billar11-Jun-04 3:50 
GeneralRe: Dialog Based Server-Client Pin
jmkhael11-Jun-04 4:03
jmkhael11-Jun-04 4:03 
GeneralRe: Dialog Based Server-Client Pin
Anonymous11-Jun-04 4:45
Anonymous11-Jun-04 4:45 
GeneralRe: Dialog Based Server-Client Pin
jmkhael11-Jun-04 4:54
jmkhael11-Jun-04 4:54 
GeneralRe: Dialog Based Server-Client Pin
vcplusplus11-Jun-04 8:06
vcplusplus11-Jun-04 8:06 
GeneralRe: Dialog Based Server-Client Pin
David Crow11-Jun-04 4:45
David Crow11-Jun-04 4:45 
GeneralRe: Dialog Based Server-Client Pin
valikac11-Jun-04 4:45
valikac11-Jun-04 4:45 
GeneralRe: Dialog Based Server-Client Pin
palbano11-Jun-04 5:10
palbano11-Jun-04 5:10 
Both of them were written to encapsulate the old 16bit WinSock API. The API was primarily developed to provide non-blocking windows message based mechanism for socket IO since 16 bit windows was a non-preemptive multitasking OS. CAsyncSocket encapsulates the basic API while CSocket provides a blocking version of the same.

Today probably the only benefit in using them is to communicate across two MFC applications using serialization of MFC SERIALIZABLE classes. For any other socket use models you are better of using the Winsock2 API.


"No matter where you go, there your are." - Buckaroo Banzai
-pete

GeneralRe: Dialog Based Server-Client Pin
Billar11-Jun-04 5:18
Billar11-Jun-04 5:18 
GeneralVC++ Shockwave ActiveX Pin
brokenwinter11-Jun-04 3:07
brokenwinter11-Jun-04 3:07 
QuestionCode????? Pin
ozgul11-Jun-04 2:54
ozgul11-Jun-04 2:54 
AnswerRe: Code????? Pin
Roger Allen11-Jun-04 2:59
Roger Allen11-Jun-04 2:59 
GeneralCObList Serialization Versioning Pin
brdavid11-Jun-04 2:34
brdavid11-Jun-04 2:34 
GeneralRe: CObList Serialization Versioning Pin
Antony M Kancidrowski11-Jun-04 2:40
Antony M Kancidrowski11-Jun-04 2:40 
GeneralRe: CObList Serialization Versioning Pin
Ravi Bhavnani11-Jun-04 2:51
professionalRavi Bhavnani11-Jun-04 2:51 
Generaldll Pin
Ni@m11-Jun-04 2:14
Ni@m11-Jun-04 2:14 
GeneralRe: dll Pin
jmkhael11-Jun-04 2:23
jmkhael11-Jun-04 2:23 
GeneralRe: dll Pin
Ni@m11-Jun-04 23:51
Ni@m11-Jun-04 23:51 
Generalmfc class wizard Pin
mark18211-Jun-04 1:57
mark18211-Jun-04 1:57 
GeneralRe: mfc class wizard Pin
David Crow11-Jun-04 2:40
David Crow11-Jun-04 2:40 
GeneralRe: mfc class wizard Pin
palbano11-Jun-04 5:00
palbano11-Jun-04 5:00 
GeneralRe: mfc class wizard Pin
BlackDice11-Jun-04 4:11
BlackDice11-Jun-04 4:11 
GeneralC question Pin
saurabh190511-Jun-04 1:17
saurabh190511-Jun-04 1:17 
GeneralRe: C question Pin
jerry1211a11-Jun-04 1:25
jerry1211a11-Jun-04 1:25 
GeneralRe: C question Pin
jmkhael11-Jun-04 2:15
jmkhael11-Jun-04 2:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.