Click here to Skip to main content
15,894,539 members
Articles / Web Development / HTML

Asynchronous TCP Part 2

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
29 Mar 2013CPOL9 min read 41.3K   2.9K   30  
Goal: Describe how asynchronous or non-blocking TCP code works
��<html>

<head>

<META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-16">

</head>

<body>

<pre>

<table width=100% bgcolor=#CFCFE5><tr> <td> <font face=arial size=+3>

Build Log

</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>

<h3>Build started: Project: MFC_Winsock_01, Configuration: Debug|Win32</h3>

</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>

Command Lines

</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Creating command line "rc.exe /d "_DEBUG" /d "_UNICODE" /d "UNICODE" /l 0x409 /I "Debug" /fo"Debug/MFC_Winsock_01.res" .\MFC_Winsock_01.rc"

Creating temporary file "d:\B\Bryan_Code\MFC_Winsock_01\MFC_Winsock_01\Debug\RSP0000139284752.rsp" with contents

[

/OUT:&quot;D:\B\Bryan_Code\MFC_Winsock_01\Debug\MFC_Winsock_01.exe&quot; /INCREMENTAL /MANIFEST /MANIFESTFILE:&quot;Debug\MFC_Winsock_01.exe.intermediate.manifest&quot; /MANIFESTUAC:&quot;level='asInvoker' uiAccess='false'&quot; /DELAYLOAD:&quot;OleAcc.dll&quot; /DEBUG /PDB:&quot;d:\B\Bryan_Code\MFC_Winsock_01\Debug\MFC_Winsock_01.pdb&quot; /SUBSYSTEM:WINDOWS /ENTRY:&quot;wWinMainCRTStartup&quot; /DYNAMICBASE /NXCOMPAT /MACHINE:X86  DelayImp.lib


&quot;.\Debug\C_Client.obj&quot;


&quot;.\Debug\C_MFC_Winsock_01.obj&quot;


&quot;.\Debug\C_Server.obj&quot;


&quot;.\Debug\C_Server_Send_Time_Socket.obj&quot;


&quot;.\Debug\MFC_Winsock_01Dlg.obj&quot;


&quot;.\Debug\stdafx.obj&quot;


&quot;.\Debug\MFC_Winsock_01.res&quot;


&quot;.\Debug\MFC_Winsock_01.exe.embed.manifest.res&quot;

]

Creating command line "link.exe @d:\B\Bryan_Code\MFC_Winsock_01\MFC_Winsock_01\Debug\RSP0000139284752.rsp /NOLOGO /ERRORREPORT:PROMPT"

Creating temporary file "d:\B\Bryan_Code\MFC_Winsock_01\MFC_Winsock_01\Debug\RSP0000149284752.rsp" with contents

[

/out:.\Debug\MFC_Winsock_01.exe.embed.manifest /notify_update /manifest


.\Debug\MFC_Winsock_01.exe.intermediate.manifest

]

Creating command line "mt.exe @d:\B\Bryan_Code\MFC_Winsock_01\MFC_Winsock_01\Debug\RSP0000149284752.rsp /nologo"

Creating temporary file "d:\B\Bryan_Code\MFC_Winsock_01\MFC_Winsock_01\Debug\BAT0000159284752.bat" with contents

[

@echo Manifest resource last updated at %TIME% on %DATE% &gt; .\Debug\mt.dep

]

Creating command line "d:\B\Bryan_Code\MFC_Winsock_01\MFC_Winsock_01\Debug\BAT0000159284752.bat"

</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>

Output Window

</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Compiling resources...

Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0

Copyright (C) Microsoft Corporation.  All rights reserved.

Linking...

Embedding manifest...

</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>

Results

</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Build log was saved at "file://d:\B\Bryan_Code\MFC_Winsock_01\MFC_Winsock_01\Debug\BuildLog.htm"

MFC_Winsock_01 - 0 error(s), 0 warning(s)

</pre></table><table   width=100% height=20 bgcolor=#CFCFE5><tr><td><font face=arial size=+2>

</font></table></body></html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions