Click here to Skip to main content
15,917,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Writing My Own: Windows Desktop Shell Pin
Stephen Hewitt29-Jul-07 15:03
Stephen Hewitt29-Jul-07 15:03 
GeneralRe: Writing My Own: Windows Desktop Shell Pin
convivial.developer29-Jul-07 16:21
convivial.developer29-Jul-07 16:21 
GeneralRe: Writing My Own: Windows Desktop Shell Pin
Stephen Hewitt29-Jul-07 16:24
Stephen Hewitt29-Jul-07 16:24 
GeneralRe: Writing My Own: Windows Desktop Shell Pin
convivial.developer30-Jul-07 2:26
convivial.developer30-Jul-07 2:26 
AnswerRe: Writing My Own: Windows Desktop Shell Pin
David Crow30-Jul-07 4:06
David Crow30-Jul-07 4:06 
QuestionHEAP issues with Overlapped I/O using completion port Pin
Zerox MXI29-Jul-07 6:07
Zerox MXI29-Jul-07 6:07 
QuestionRe: HEAP issues with Overlapped I/O using completion port Pin
Mark Salsbery30-Jul-07 6:39
Mark Salsbery30-Jul-07 6:39 
AnswerRe: HEAP issues with Overlapped I/O using completion port Pin
Zerox MXI30-Jul-07 15:46
Zerox MXI30-Jul-07 15:46 
Yes sir, it goes like this,

HEAP[TestServer02.exe]: HEAP: Free Heap block b6b9c0 modified at b6bab8 after it was freed
Windows has triggered a breakpoint in TestServer02.exe.

This may be due to a corruption of the heap, and indicates a bug in TestServer02.exe or any of the DLLs it has loaded.

The output window may have more diagnostic information

Nothing more than that except a read-only file was popped up... xutility that broke at line 166, I wonder what that is. Anyway, in the worker thread, as I stepped through the code at specific breakpoints I set particularly at WSASend and WSARecv, it seems to complain about this heap corruption when an overlapped received call is followed by an overlapped send call. I understand it is a call one after the other but this is just enqueuing the completion event in the queue watched by the OS kernel. And I have made sure that it gets a per I/O data structure for each client connected, and a separate buffer one for incoming and outgoing each.
Questionerrors while using class wizard Pin
l_d29-Jul-07 3:37
l_d29-Jul-07 3:37 
AnswerRe: errors while using class wizard Pin
eraccn29-Jul-07 15:08
eraccn29-Jul-07 15:08 
GeneralRe: errors while using class wizard Pin
l_d29-Jul-07 16:47
l_d29-Jul-07 16:47 
QuestionErrors using windows.h Pin
KaKa'29-Jul-07 1:57
KaKa'29-Jul-07 1:57 
Questionappend a character to a char* Pin
moonraker92828-Jul-07 18:56
moonraker92828-Jul-07 18:56 
AnswerRe: append a character to a char* Pin
cp987628-Jul-07 22:18
cp987628-Jul-07 22:18 
GeneralRe: append a character to a char* Pin
moonraker92828-Jul-07 22:26
moonraker92828-Jul-07 22:26 
GeneralRe: append a character to a char* Pin
cp987628-Jul-07 22:49
cp987628-Jul-07 22:49 
GeneralRe: append a character to a char* Pin
moonraker92828-Jul-07 22:59
moonraker92828-Jul-07 22:59 
GeneralRe: append a character to a char* Pin
cp987628-Jul-07 23:45
cp987628-Jul-07 23:45 
GeneralRe: append a character to a char* Pin
moonraker92829-Jul-07 10:08
moonraker92829-Jul-07 10:08 
GeneralRe: append a character to a char* Pin
cp987629-Jul-07 12:59
cp987629-Jul-07 12:59 
GeneralRe: append a character to a char* Pin
moonraker92829-Jul-07 13:03
moonraker92829-Jul-07 13:03 
GeneralRe: append a character to a char* Pin
cp987629-Jul-07 13:36
cp987629-Jul-07 13:36 
GeneralRe: append a character to a char* Pin
User 58385229-Jul-07 18:34
User 58385229-Jul-07 18:34 
GeneralRe: append a character to a char* Pin
cp987629-Jul-07 19:08
cp987629-Jul-07 19:08 
GeneralRe: append a character to a char* Pin
David Crow30-Jul-07 4:12
David Crow30-Jul-07 4:12 

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.