Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Create Excel spreadsheet in VC++ 6.0 Pin
Vinaya23-Feb-06 19:35
Vinaya23-Feb-06 19:35 
QuestionHow to catch ActiveX Install or Excute using BHO? Pin
Blue-Bird23-Feb-06 19:00
Blue-Bird23-Feb-06 19:00 
QuestionHelp! WAB API problem, searched all the webspace but no results! Pin
Atony Chen23-Feb-06 18:58
Atony Chen23-Feb-06 18:58 
AnswerRe: Help! WAB API problem, searched all the webspace but no results! Pin
Atony Chen24-Feb-06 23:43
Atony Chen24-Feb-06 23:43 
GeneralRe: Help! WAB API problem, searched all the webspace but no results! Pin
ThatsAlok26-Feb-06 19:10
ThatsAlok26-Feb-06 19:10 
Questionabout Solution habit Pin
FlyWithYou23-Feb-06 18:08
FlyWithYou23-Feb-06 18:08 
AnswerRe: about Solution habit Pin
Blake Miller24-Feb-06 5:19
Blake Miller24-Feb-06 5:19 
QuestionCAsyncSocket::OnReceive not getting called Pin
nsrsetty23-Feb-06 18:07
nsrsetty23-Feb-06 18:07 
Hello,

I have an FTPServer application developed using CAysncSocket, which
is running quite well from the past 4 years.
I have added OpenSSL support to this application recently.

This is how my application works exactly.


1)A connection is established with the server app from a client.
2)Once the connection (command socket) is established, a thread is
created and the socket is transferred into the thread.
3)Then a set of commands are transferred between the client and the
server (My app)
4)Then another socket is created, (data socket), in which the actual
data file is tansferred.
5)The connection for both the sockets are established successfully.
The SSL handshake also happens correctly.
When I am trying to transfer the file in the data socket in encyption mode using SSL, a portion of the data is transferred successfully (received by the server app) and socket is timedout aborting the data transfer.
When I have debugged the application I have found that
MySocket::OnReceive() is not getting called, where I have put a breakpoint.
Note: SSL connection for each socket is exists.

Can any one please help why this is happening or how I can make the
OnReceive() fn get called so that my data is transferred completely.

Thanks in Advance.
Seetharam

nsrsetty@yahoo.com
QuestionCHttpConnection - Post method Pin
vivek.s.vivek23-Feb-06 17:56
vivek.s.vivek23-Feb-06 17:56 
AnswerRe: CHttpConnection - Post method Pin
jigneshrpatel23-Feb-06 18:46
jigneshrpatel23-Feb-06 18:46 
GeneralRe: CHttpConnection - Post method Pin
vivek.s.vivek23-Feb-06 21:36
vivek.s.vivek23-Feb-06 21:36 
GeneralRe: CHttpConnection - Post method Pin
ThatsAlok26-Feb-06 18:48
ThatsAlok26-Feb-06 18:48 
QuestionCHttpConnection web request for post method Pin
murali_utr23-Feb-06 17:40
murali_utr23-Feb-06 17:40 
AnswerRe: CHttpConnection web request for post method Pin
murali_utr23-Feb-06 23:02
murali_utr23-Feb-06 23:02 
QuestionA Question On GDI+ Pin
Shuang. Wu23-Feb-06 17:39
Shuang. Wu23-Feb-06 17:39 
QuestionQuestion regarding SafeArrays Pin
godspeed12323-Feb-06 17:39
godspeed12323-Feb-06 17:39 
AnswerRe: Question regarding SafeArrays Pin
Michael Dunn23-Feb-06 17:43
sitebuilderMichael Dunn23-Feb-06 17:43 
Questionhelp++ Pin
jobits1223-Feb-06 15:29
jobits1223-Feb-06 15:29 
AnswerRe: help++ Pin
Michael Dunn23-Feb-06 17:40
sitebuilderMichael Dunn23-Feb-06 17:40 
AnswerRe: help++ Pin
ThatsAlok26-Feb-06 18:10
ThatsAlok26-Feb-06 18:10 
Questionhelp c++ Pin
jobits1223-Feb-06 14:50
jobits1223-Feb-06 14:50 
AnswerRe: help c++ Pin
Ryan Binns23-Feb-06 15:00
Ryan Binns23-Feb-06 15:00 
AnswerRe: help c++ Pin
BadKarma23-Feb-06 20:36
BadKarma23-Feb-06 20:36 
AnswerRe: help c++ Pin
ThatsAlok23-Feb-06 21:42
ThatsAlok23-Feb-06 21:42 
QuestionRe: help c++ Pin
David Crow24-Feb-06 3:14
David Crow24-Feb-06 3:14 

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.