Click here to Skip to main content
15,902,032 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MS Flex Grid & Visual C++ 6.0 Pin
Rajkumar R6-May-08 20:09
Rajkumar R6-May-08 20:09 
GeneralRe: MS Flex Grid & Visual C++ 6.0 Pin
dehseth7-May-08 0:05
dehseth7-May-08 0:05 
QuestionRe: MS Flex Grid & Visual C++ 6.0 Pin
Rajkumar R7-May-08 0:13
Rajkumar R7-May-08 0:13 
AnswerRe: MS Flex Grid & Visual C++ 6.0 Pin
dehseth7-May-08 3:09
dehseth7-May-08 3:09 
AnswerRe: MS Flex Grid & Visual C++ 6.0 Pin
ThatsAlok6-May-08 20:44
ThatsAlok6-May-08 20:44 
GeneralRe: MS Flex Grid & Visual C++ 6.0 [modified] Pin
dehseth7-May-08 0:00
dehseth7-May-08 0:00 
GeneralRe: MS Flex Grid & Visual C++ 6.0 Pin
ThatsAlok7-May-08 4:59
ThatsAlok7-May-08 4:59 
QuestionSSL_read() issue [modified] Pin
amit_pansuria6-May-08 19:22
amit_pansuria6-May-08 19:22 
Helo,
I m writing win32 client socket using openssl.

my code for receive is like

static int lsSocketRecv(SSL* ssl, char* buf, int len)
{
int nRecv = 0;
char* p = buf;
int nRest = len;

do {
//nRecv = recv (sock, p, nRest, 0);
nRecv = SSL_read (ssl, p, nRest);
if (nRecv < 0)
{
printf("error");
}

}
when my control come to SSL_read(), it will blocks there only.
I mean control is not going ahead from SSL_read().

I already add all dependency regarding openssl and I m able to sucessfully connect with the server.
one more thing is that is there any way so that i can make it nonblocking mode in SSL.
Regards,
Amit

modified on Wednesday, May 7, 2008 2:13 AM

QuestionHow to Implement gmtime( ) in Win Mobile Pin
Arun John6-May-08 18:26
Arun John6-May-08 18:26 
AnswerRe: How to Implement gmtime( ) in Win Mobile Pin
Rajesh R Subramanian6-May-08 18:30
professionalRajesh R Subramanian6-May-08 18:30 
GeneralRe: How to Implement gmtime( ) in Win Mobile Pin
ThatsAlok6-May-08 20:45
ThatsAlok6-May-08 20:45 
Questionhow can I pass text from my form to crystal report Pin
imannasr6-May-08 17:59
imannasr6-May-08 17:59 
QuestionTLS storage Pin
ForNow6-May-08 17:32
ForNow6-May-08 17:32 
AnswerRe: TLS storage Pin
Rajkumar R6-May-08 21:30
Rajkumar R6-May-08 21:30 
GeneralRe: TLS storage Pin
ForNow7-May-08 2:52
ForNow7-May-08 2:52 
Questiondrawing and moving Pin
shohel8996-May-08 16:46
shohel8996-May-08 16:46 
GeneralRe: drawing and moving Pin
dehseth6-May-08 19:53
dehseth6-May-08 19:53 
AnswerRe: drawing and moving Pin
Nelek7-May-08 11:05
protectorNelek7-May-08 11:05 
GeneralRe: drawing and moving Pin
shohel8997-May-08 18:52
shohel8997-May-08 18:52 
GeneralRe: drawing and moving Pin
Nelek8-May-08 12:39
protectorNelek8-May-08 12:39 
QuestionWhen resizing, some child control doesn't show correctly until I put the mouse curson on it Pin
followait6-May-08 16:42
followait6-May-08 16:42 
AnswerRe: When resizing, some child control doesn't show correctly until I put the mouse curson on it Pin
Naveen6-May-08 17:34
Naveen6-May-08 17:34 
GeneralRe: When resizing, some child control doesn't show correctly until I put the mouse curson on it Pin
followait6-May-08 23:02
followait6-May-08 23:02 
Questionhttp download question Pin
monsieur_jj6-May-08 16:28
monsieur_jj6-May-08 16:28 
AnswerRe: http download question Pin
Randor 6-May-08 16:46
professional Randor 6-May-08 16:46 

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.