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

C / C++ / MFC

 
QuestionSHCreateStreamOnFileW() problem Pin
josip cagalj19-Jul-07 22:12
josip cagalj19-Jul-07 22:12 
AnswerRe: SHCreateStreamOnFileW() problem Pin
tanvon malik19-Jul-07 23:02
tanvon malik19-Jul-07 23:02 
GeneralRe: SHCreateStreamOnFileW() problem [modified] Pin
josip cagalj20-Jul-07 0:04
josip cagalj20-Jul-07 0:04 
AnswerRe: SHCreateStreamOnFileW() problem Pin
Michael Dunn21-Jul-07 10:14
sitebuilderMichael Dunn21-Jul-07 10:14 
Questionproblem in communication with UDP Pin
whiteclouds19-Jul-07 22:06
whiteclouds19-Jul-07 22:06 
QuestionRe: problem in communication with UDP Pin
Mark Salsbery20-Jul-07 6:01
Mark Salsbery20-Jul-07 6:01 
AnswerRe: problem in communication with UDP Pin
whiteclouds22-Jul-07 17:32
whiteclouds22-Jul-07 17:32 
GeneralRe: problem in communication with UDP Pin
Mark Salsbery23-Jul-07 5:02
Mark Salsbery23-Jul-07 5:02 
whiteclouds wrote:
The listen() can't be called in UDP. I used a varriable m_ConWay to distinguish them. As I use UDP, m_ConWay=2.


OK thanks Smile | :)

This is something you really need to debug. With UDP you have no way of knowing if the other
end receives what you send or if the other end's socket closed. There's also no guarantee a
datagram will even get to the other end.

Mark


Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionUTF problem Pin
Suneet.0319-Jul-07 21:52
Suneet.0319-Jul-07 21:52 
AnswerRe: UTF problem Pin
Cedric Moonen19-Jul-07 22:15
Cedric Moonen19-Jul-07 22:15 
GeneralRe: UTF problem Pin
Matthew Faithfull19-Jul-07 22:18
Matthew Faithfull19-Jul-07 22:18 
GeneralRe: UTF problem Pin
Suneet.0319-Jul-07 22:26
Suneet.0319-Jul-07 22:26 
GeneralRe: UTF problem Pin
Matthew Faithfull19-Jul-07 23:00
Matthew Faithfull19-Jul-07 23:00 
GeneralRe: UTF problem Pin
Suneet.0319-Jul-07 23:22
Suneet.0319-Jul-07 23:22 
GeneralRe: UTF problem Pin
Matthew Faithfull20-Jul-07 0:34
Matthew Faithfull20-Jul-07 0:34 
GeneralRe: UTF problem Pin
Suneet.0322-Jul-07 23:05
Suneet.0322-Jul-07 23:05 
GeneralRe: UTF problem Pin
Matthew Faithfull23-Jul-07 3:20
Matthew Faithfull23-Jul-07 3:20 
Questionusing MatchDocTypa() in mfc appln.. Pin
mirraa19-Jul-07 21:46
mirraa19-Jul-07 21:46 
QuestionPostMessage() inside MidiInProc() Pin
rp_suman19-Jul-07 21:27
rp_suman19-Jul-07 21:27 
AnswerRe: PostMessage() inside MidiInProc() Pin
Shouvik Das19-Jul-07 21:45
Shouvik Das19-Jul-07 21:45 
GeneralRe: PostMessage() inside MidiInProc() Pin
rp_suman19-Jul-07 22:20
rp_suman19-Jul-07 22:20 
AnswerRe: PostMessage() inside MidiInProc() Pin
tanvon malik19-Jul-07 21:48
tanvon malik19-Jul-07 21:48 
GeneralRe: PostMessage() inside MidiInProc() Pin
rp_suman19-Jul-07 22:14
rp_suman19-Jul-07 22:14 
QuestionVC++ Q/A Pin
Jhony george19-Jul-07 21:01
Jhony george19-Jul-07 21:01 
AnswerRe: VC++ Q/A Pin
Shouvik Das19-Jul-07 21:32
Shouvik Das19-Jul-07 21:32 

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.