Click here to Skip to main content
15,912,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MT malloc crasches Pin
Hugo Hallman13-Nov-02 7:15
Hugo Hallman13-Nov-02 7:15 
GeneralRe: MT malloc crasches Pin
Daniel Turini13-Nov-02 7:36
Daniel Turini13-Nov-02 7:36 
GeneralRe: MT malloc crasches Pin
Tim Smith13-Nov-02 7:43
Tim Smith13-Nov-02 7:43 
GeneralRe: MT malloc crasches Pin
Daniel Turini13-Nov-02 7:49
Daniel Turini13-Nov-02 7:49 
GeneralRe: MT malloc crasches Pin
Tim Smith13-Nov-02 8:10
Tim Smith13-Nov-02 8:10 
GeneralRe: MT malloc crasches Pin
Hugo Hallman16-Nov-02 9:08
Hugo Hallman16-Nov-02 9:08 
GeneralRe: MT malloc crasches Pin
Hugo Hallman16-Nov-02 9:35
Hugo Hallman16-Nov-02 9:35 
Generalsocket Pin
viliam13-Nov-02 3:16
viliam13-Nov-02 3:16 
I have problem with socket functions.
Does anyone know what I am doing wrong?
I tried simple client (SMTP)
TCP/IP (SOCK_STREAM)
how program looks:
m_hSocket = socket(... //OK
connect(m_hSocket... //OK
send(m_hSocket... //OK
recv(m_hSocket... //OK
send(m_hSocket... //still OK
recv(m_hSocket... //error !!!!!
What's the problem:
I am conected.
I can send my request.
I can read answer.
I can send another request,
but I am not able to read answer.
There is some error.
( WSAGetLastError return zero ??)
How I can keep connection?
Thank you
GeneralRe: socket Pin
Anonymous13-Nov-02 3:31
Anonymous13-Nov-02 3:31 
GeneralResizing a CEdit - Control Pin
AnTri13-Nov-02 3:12
AnTri13-Nov-02 3:12 
GeneralRegional Settings Pin
Ruca13-Nov-02 2:53
Ruca13-Nov-02 2:53 
GeneralRe: Regional Settings Pin
Steve S13-Nov-02 3:27
Steve S13-Nov-02 3:27 
GeneralText Display in a Docking Control Bar Pin
DavidH13-Nov-02 0:01
DavidH13-Nov-02 0:01 
GeneralRe: Text Display in a Docking Control Bar Pin
Shog913-Nov-02 11:45
sitebuilderShog913-Nov-02 11:45 
GeneralHtmlHelp problem in VS 7 Pin
JezzerP13-Nov-02 0:01
JezzerP13-Nov-02 0:01 
GeneralChanging a directory security at runtime Pin
Majid Shahabfar12-Nov-02 22:58
Majid Shahabfar12-Nov-02 22:58 
GeneralIPicture will change the width and the height of a picture loaded Pin
Daed12-Nov-02 22:27
Daed12-Nov-02 22:27 
Generalequation editor and mathematical function evaluator Pin
Miguel Segarra12-Nov-02 22:22
Miguel Segarra12-Nov-02 22:22 
GeneralRe: equation editor and mathematical function evaluator Pin
Chris Richardson14-Nov-02 9:03
Chris Richardson14-Nov-02 9:03 
GeneralRe: equation editor and mathematical function evaluator Pin
Miguel Segarra14-Nov-02 21:48
Miguel Segarra14-Nov-02 21:48 
GeneralRe: equation editor and mathematical function evaluator Pin
Chris Richardson15-Nov-02 7:25
Chris Richardson15-Nov-02 7:25 
GeneralRe: equation editor and mathematical function evaluator Pin
Miguel Segarra17-Nov-02 22:04
Miguel Segarra17-Nov-02 22:04 
GeneralRe: equation editor and mathematical function evaluator Pin
Chris Richardson15-Nov-02 7:42
Chris Richardson15-Nov-02 7:42 
GeneralMDI Maximized windows Pin
Steve S12-Nov-02 21:57
Steve S12-Nov-02 21:57 
GeneralRe: MDI Maximized windows Pin
Eugene Pustovoyt12-Nov-02 23:49
Eugene Pustovoyt12-Nov-02 23:49 

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.