Click here to Skip to main content
16,005,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ActiveX debugging - external application Pin
majco33315-May-06 3:09
majco33315-May-06 3:09 
GeneralRe: ActiveX debugging - external application Pin
majco33315-May-06 3:55
majco33315-May-06 3:55 
GeneralRe: ActiveX debugging - external application Pin
_AnsHUMAN_ 15-May-06 4:00
_AnsHUMAN_ 15-May-06 4:00 
GeneralRe: ActiveX debugging - external application Pin
majco33315-May-06 20:36
majco33315-May-06 20:36 
GeneralRe: ActiveX debugging - external application Pin
_AnsHUMAN_ 15-May-06 21:00
_AnsHUMAN_ 15-May-06 21:00 
GeneralRe: ActiveX debugging - external application Pin
majco33315-May-06 21:25
majco33315-May-06 21:25 
GeneralRe: ActiveX debugging - external application Pin
_AnsHUMAN_ 15-May-06 21:51
_AnsHUMAN_ 15-May-06 21:51 
QuestionProblem with socket datagram Pin
Castello0714-May-06 21:21
Castello0714-May-06 21:21 
Hi to all,
I've this problem:
I create a datagram socket. I create datagram socket with function 'Create'. The line of my code when I create is:

m_pSocket->Create(port,SOCK_DGRAM,FD_READ | FD_WRITE | FD_OOB | FD_ACCEPT | FD_CONNECT | FD_CLOSE,strAddress);

Now when I send, I' ve error in runtime at this line:

m_pSocket->SendTo(Response,dwSize,porttx,ipAddress);

the error is 'svchost: sink socket notification'. Where I make an error??I can't find it!!
JokeRe: Problem with socket datagram Pin
Moak20-May-06 8:16
Moak20-May-06 8:16 
QuestionMFC Storage Classes Pin
Scorpio14-May-06 20:53
Scorpio14-May-06 20:53 
AnswerRe: MFC Storage Classes Pin
Christian Graus14-May-06 21:17
protectorChristian Graus14-May-06 21:17 
AnswerRe: MFC Storage Classes Pin
kakan14-May-06 21:45
professionalkakan14-May-06 21:45 
AnswerRe: MFC Storage Classes Pin
ThatsAlok14-May-06 22:53
ThatsAlok14-May-06 22:53 
AnswerRe: MFC Storage Classes Pin
Scorpio14-May-06 22:58
Scorpio14-May-06 22:58 
GeneralRe: MFC Storage Classes Pin
ThatsAlok14-May-06 23:36
ThatsAlok14-May-06 23:36 
GeneralRe: MFC Storage Classes Pin
Scorpio14-May-06 23:47
Scorpio14-May-06 23:47 
GeneralRe: MFC Storage Classes Pin
ThatsAlok15-May-06 0:31
ThatsAlok15-May-06 0:31 
QuestionAdding Items Pin
VinayCool14-May-06 20:27
VinayCool14-May-06 20:27 
AnswerRe: Adding Items Pin
kakan14-May-06 20:48
professionalkakan14-May-06 20:48 
AnswerRe: Adding Items Pin
Hamid_RT14-May-06 20:53
Hamid_RT14-May-06 20:53 
GeneralRe: Adding Items Pin
VinayCool14-May-06 20:55
VinayCool14-May-06 20:55 
GeneralRe: Adding Items Pin
Hamid_RT14-May-06 21:00
Hamid_RT14-May-06 21:00 
GeneralRe: Adding Items Pin
VinayCool14-May-06 21:11
VinayCool14-May-06 21:11 
GeneralRe: Adding Items Pin
Hamid_RT14-May-06 21:44
Hamid_RT14-May-06 21:44 
GeneralRe: Adding Items Pin
VinayCool14-May-06 22:24
VinayCool14-May-06 22:24 

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.