Click here to Skip to main content
15,897,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMFC Dialog and Pipes? Pin
Aoife17-Apr-02 6:58
Aoife17-Apr-02 6:58 
AnswerRe: MFC Dialog and Pipes? Pin
Jeremy Falcon17-Apr-02 7:25
professionalJeremy Falcon17-Apr-02 7:25 
GeneralTo get the excel9.cpp & excel9.h Pin
17-Apr-02 6:58
suss17-Apr-02 6:58 
GeneralRe: To get the excel9.cpp & excel9.h Pin
David Viggiano17-Apr-02 8:20
David Viggiano17-Apr-02 8:20 
GeneralRe: To get the excel9.cpp & excel9.h Pin
18-Apr-02 0:01
suss18-Apr-02 0:01 
Generalputref Question Pin
Brian V Shifrin17-Apr-02 6:30
Brian V Shifrin17-Apr-02 6:30 
GeneralRe: putref Question Pin
Brian V Shifrin17-Apr-02 8:33
Brian V Shifrin17-Apr-02 8:33 
QuestionHow to get the stream associated with a SoapSerializer? Pin
Gian Luca17-Apr-02 5:28
Gian Luca17-Apr-02 5:28 
I'm using MS Soap Toolkit 2 and VC 6.0. What I need to do is to retrieve in a buffer the Soap message generated by a SoapSerializer. I read on MSDN that a serializer could be initialized with any object that has an IStream interface. I tried something like

ISoapSerializerPtr pISerializer;
IStreamPtr pIStream;
char buf[1024];
ULONG nToRead=1024, nRead;
pISerializer.CreateInstance(__uuidof(SoapSerializer));
CreateStreamOnHGlobal((HGLOBAL)0, TRUE, &pIStream);
pISerializer->Init(_variant_t(pIStream));
pISerializer->startEnvelope("","","");
//.........
pISerializer->endEnvelope;
pIStream->Read(buf, nToRead, &nRead);

...without succeding.

Any suggestion?

Thanks in advance.

--
Gian Luca
GeneralWin32 question Pin
17-Apr-02 5:26
suss17-Apr-02 5:26 
GeneralRe: Win32 question Pin
Tim Smith17-Apr-02 5:31
Tim Smith17-Apr-02 5:31 
Generalincluding .cpp file Pin
Rajveer17-Apr-02 5:24
Rajveer17-Apr-02 5:24 
GeneralRe: including .cpp file Pin
Phil Speller17-Apr-02 5:39
Phil Speller17-Apr-02 5:39 
GeneralRe: including .cpp file Pin
Thomas Freudenberg17-Apr-02 5:40
Thomas Freudenberg17-Apr-02 5:40 
GeneralPressing Arrow Key Pin
Rajveer17-Apr-02 5:03
Rajveer17-Apr-02 5:03 
GeneralRe: Pressing Arrow Key Pin
Nish Nishant17-Apr-02 5:17
sitebuilderNish Nishant17-Apr-02 5:17 
GeneralRe: Pressing Arrow Key Pin
Paul M Watt17-Apr-02 5:25
mentorPaul M Watt17-Apr-02 5:25 
GeneralRe: Pressing Arrow Key Pin
Roger Allen17-Apr-02 5:53
Roger Allen17-Apr-02 5:53 
GeneralVC++ DAO Project. Access97 --> Access2000 Pin
Pere LLibre17-Apr-02 3:56
Pere LLibre17-Apr-02 3:56 
GeneralRe: VC++ DAO Project. Access97 --> Access2000 Pin
Nish Nishant17-Apr-02 4:05
sitebuilderNish Nishant17-Apr-02 4:05 
GeneralRe: VC++ DAO Project. Access97 --> Access2000 Pin
Pere LLibre18-Apr-02 3:05
Pere LLibre18-Apr-02 3:05 
GeneralRe: VC++ DAO Project. Access97 --> Access2000 Pin
Carlos Antollini18-Apr-02 4:27
Carlos Antollini18-Apr-02 4:27 
GeneralRe: VC++ DAO Project. Access97 --> Access2000 Pin
Carlos Antollini18-Apr-02 4:28
Carlos Antollini18-Apr-02 4:28 
GeneralRe: VC++ DAO Project. Access97 --> Access2000 Pin
Carlos Antollini18-Apr-02 4:35
Carlos Antollini18-Apr-02 4:35 
GeneralRe: VC++ DAO Project. Access97 --> Access2000 Pin
Pere LLibre18-Apr-02 4:56
Pere LLibre18-Apr-02 4:56 
GeneralRe: VC++ DAO Project. Access97 --> Access2000 Pin
Carlos Antollini18-Apr-02 5:02
Carlos Antollini18-Apr-02 5:02 

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.