Click here to Skip to main content
15,919,245 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: curve throught wo points Pin
SilentSilent22-Jun-06 0:15
SilentSilent22-Jun-06 0:15 
GeneralRe: curve throught wo points Pin
_AnsHUMAN_ 22-Jun-06 0:22
_AnsHUMAN_ 22-Jun-06 0:22 
GeneralRe: curve throught wo points Pin
Hamid_RT21-Jun-06 21:46
Hamid_RT21-Jun-06 21:46 
AnswerRe: curve throught wo points Pin
_AnsHUMAN_ 21-Jun-06 20:18
_AnsHUMAN_ 21-Jun-06 20:18 
AnswerRe: curve throught wo points Pin
Cedric Moonen21-Jun-06 20:22
Cedric Moonen21-Jun-06 20:22 
AnswerRe: curve throught wo points Pin
Hamid_RT21-Jun-06 21:51
Hamid_RT21-Jun-06 21:51 
QuestionFail on reading from pipe...what to do ? need help [modified] Pin
Yanshof21-Jun-06 19:46
Yanshof21-Jun-06 19:46 
AnswerRe: Fail on reading from pipe...what to do ? need help Pin
kakan21-Jun-06 20:22
professionalkakan21-Jun-06 20:22 
My guess is that the error you get comes from CreateFile, rather than ReadFile.

Since you wan't to read from the pipe, my guess is that some other application already has created the pipe, right?

In that case, use OPEN_EXISTING in your CreateFile call.

GeneralRe: Fail on reading from pipe...what to do ? need help Pin
Yanshof21-Jun-06 20:53
Yanshof21-Jun-06 20:53 
GeneralRe: Fail on reading from pipe...what to do ? need help Pin
kakan21-Jun-06 21:13
professionalkakan21-Jun-06 21:13 
GeneralRe: Fail on reading from pipe...what to do ? need help Pin
Yanshof21-Jun-06 21:23
Yanshof21-Jun-06 21:23 
GeneralRe: Fail on reading from pipe...what to do ? need help Pin
kakan21-Jun-06 21:45
professionalkakan21-Jun-06 21:45 
QuestionAccess Violation in Unicode Debug. Pin
Harshapaulp21-Jun-06 19:10
Harshapaulp21-Jun-06 19:10 
AnswerRe: Access Violation in Unicode Debug. Pin
Stephen Hewitt21-Jun-06 19:33
Stephen Hewitt21-Jun-06 19:33 
GeneralRe: Access Violation in Unicode Debug. Pin
Harshapaulp26-Jun-06 0:32
Harshapaulp26-Jun-06 0:32 
Questionentry in registry Pin
nandu2021-Jun-06 19:02
nandu2021-Jun-06 19:02 
AnswerRe: entry in registry Pin
_AnsHUMAN_ 21-Jun-06 19:32
_AnsHUMAN_ 21-Jun-06 19:32 
AnswerRe: entry in registry Pin
Laxman Auti21-Jun-06 20:59
Laxman Auti21-Jun-06 20:59 
QuestionHow to extract an icon from a CImageList Pin
xuwenq8821-Jun-06 18:10
xuwenq8821-Jun-06 18:10 
AnswerRe: How to extract an icon from a CImageList Pin
FarPointer21-Jun-06 18:30
FarPointer21-Jun-06 18:30 
GeneralRe: How to extract an icon from a CImageList Pin
xuwenq8821-Jun-06 18:43
xuwenq8821-Jun-06 18:43 
GeneralRe: How to extract an icon from a CImageList Pin
FarPointer21-Jun-06 18:45
FarPointer21-Jun-06 18:45 
GeneralRe: How to extract an icon from a CImageList Pin
xuwenq8822-Jun-06 5:20
xuwenq8822-Jun-06 5:20 
QuestionCan someone compile this [modified] Pin
Cbadboy21-Jun-06 17:48
Cbadboy21-Jun-06 17:48 
AnswerRe: Can someone compile this Pin
Justin Tay21-Jun-06 19:16
Justin Tay21-Jun-06 19:16 

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.