Click here to Skip to main content
15,917,328 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: iSeries AS400 APIs Pin
David Crow12-Aug-05 3:38
David Crow12-Aug-05 3:38 
GeneralRe: iSeries AS400 APIs Pin
Camron12-Aug-05 5:03
Camron12-Aug-05 5:03 
GeneralRe: iSeries AS400 APIs Pin
David Crow12-Aug-05 5:14
David Crow12-Aug-05 5:14 
Questionsend/recv help? Pin
KellyR11-Aug-05 10:55
KellyR11-Aug-05 10:55 
AnswerRe: send/recv help? Pin
fakefur11-Aug-05 13:46
fakefur11-Aug-05 13:46 
GeneralRe: send/recv help? Pin
KellyR11-Aug-05 14:20
KellyR11-Aug-05 14:20 
GeneralRe: send/recv help? Pin
KellyR11-Aug-05 15:52
KellyR11-Aug-05 15:52 
GeneralRe: send/recv help? Pin
Jose Lamas Rios11-Aug-05 15:53
Jose Lamas Rios11-Aug-05 15:53 
KellyR wrote:
does anybody know of a better way to do this?

The way I understood it, the client is already receiving the correct content, which includes zeroes. What are you doing with this data at the client end? Writing a local file? The zeroes in the array will represent a problem only if you intend to treat such binary content as if it were text, that is for example, if you try to write it to a file in text mode, or if you call string related functions on it.

If you are writing a file at the client end, make sure you open it in binary mode, and that's all you need.

--
jlr
http://jlamas.blogspot.com/[^]
GeneralPrevent CDialog activation. Pin
mintguy11-Aug-05 10:51
mintguy11-Aug-05 10:51 
GeneralRe: Prevent CDialog activation. Pin
Jose Lamas Rios11-Aug-05 15:39
Jose Lamas Rios11-Aug-05 15:39 
GeneralRe: Prevent CDialog activation. Pin
ThatsAlok11-Aug-05 18:26
ThatsAlok11-Aug-05 18:26 
GeneralRe: Prevent CDialog activation. Pin
mintguy11-Aug-05 20:21
mintguy11-Aug-05 20:21 
GeneralRe: Prevent CDialog activation. Pin
ThatsAlok11-Aug-05 20:34
ThatsAlok11-Aug-05 20:34 
GeneralRe: Prevent CDialog activation. Pin
mintguy11-Aug-05 20:56
mintguy11-Aug-05 20:56 
GeneralRe: Prevent CDialog activation. Pin
ThatsAlok11-Aug-05 22:45
ThatsAlok11-Aug-05 22:45 
GeneralRe: Prevent CDialog activation. Pin
mintguy11-Aug-05 20:23
mintguy11-Aug-05 20:23 
GeneralRe: Prevent CDialog activation. Pin
Jose Lamas Rios11-Aug-05 20:46
Jose Lamas Rios11-Aug-05 20:46 
GeneralRe: Prevent CDialog activation. Pin
mintguy11-Aug-05 20:54
mintguy11-Aug-05 20:54 
GeneralApplication crash due to change in compiler settings Pin
ComplexLifeForm11-Aug-05 10:01
ComplexLifeForm11-Aug-05 10:01 
GeneralRe: Application crash due to change in compiler settings Pin
geo_m13-Aug-05 21:58
geo_m13-Aug-05 21:58 
GeneralWaiting for a command to complete Pin
jet91511-Aug-05 8:46
jet91511-Aug-05 8:46 
GeneralRe: Waiting for a command to complete Pin
David Crow11-Aug-05 9:01
David Crow11-Aug-05 9:01 
GeneralRe: Waiting for a command to complete Pin
Garth J Lancaster11-Aug-05 12:34
professionalGarth J Lancaster11-Aug-05 12:34 
Generalneed help with windbg Pin
valerie9911-Aug-05 7:45
valerie9911-Aug-05 7:45 
GeneralRe: need help with windbg Pin
David Crow11-Aug-05 8:15
David Crow11-Aug-05 8:15 

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.