string
-
macmac38 wrote: I donn't know where's the problem? Are you sure a problem exists? Maybe there was only one byte available to read.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
But this Byte output like: j which means no character in it? But the full string is arriving.. if i don't use this line: received[dwBytesRead] = '\0'; the output is: -0.714853,-0.192273jjjjjjjjjjjjjjjjj Thanks, Mark
macmac38 wrote: But the full string is arriving.. How are you verifying this claim? Whct class does the
Read()
method belong to? I'm curious if the fourth parameter is being used correctly. If more than one byte is being read, yetdwBytesRead
equals 1, something is awfully wrong. It might also be the third parameter, but I've never used theOVERLAPPED
structure before so I can't say for sure.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)