Click here to Skip to main content
16,005,048 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to disable collapsing a tree item? Pin
Naveen4-Jun-07 18:39
Naveen4-Jun-07 18:39 
GeneralRe: how to disable collapsing a tree item? Pin
nathan74-Jun-07 19:15
nathan74-Jun-07 19:15 
GeneralRe: how to disable collapsing a tree item? Pin
Naveen4-Jun-07 19:26
Naveen4-Jun-07 19:26 
GeneralRe: how to disable collapsing a tree item? Pin
nathan74-Jun-07 19:53
nathan74-Jun-07 19:53 
Questionhow to set font color of a single tree item? Pin
nathan74-Jun-07 17:17
nathan74-Jun-07 17:17 
AnswerRe: how to set font color of a single tree item? Pin
Naveen4-Jun-07 17:34
Naveen4-Jun-07 17:34 
AnswerRe: how to set font color of a single tree item? Pin
Hamid_RT4-Jun-07 20:39
Hamid_RT4-Jun-07 20:39 
QuestionConsume a Web Service via C++ Pin
rluckwell4-Jun-07 14:39
rluckwell4-Jun-07 14:39 
I am trying to consume a web service via a dll, I just want to pass in a variable length string that can be up to 5000 characters long, this string is is then passed directy to the web service. I have followed the example in the MSDN on creating a client that consumes a web service http://msdn2.microsoft.com/en-us/library/2k53kft2(VS.80).aspx which works fine but when I change the web service and calling methods to work with a string I get errors, any help on how I should do would be much appreciated.

also Im very new to C++



This is my DLL function that calls the web method.

extern "C" __declspec (dllexport) int __cdecl EMSWSTools(char *lpCmdLine) <br />
<br />
{<br />
 using namespace std;<br />
 int ret = 0;<br />
  <br />
 EMSSupTools::CEMSSupTools ws; <br />
<br />
 <br />
 HRESULT hr = ws.EMSHelper(lpCmdLine, &ret);<br />
 if (SUCCEEDED(hr))<br />
  return(ret);<br />
    else<br />
  return(0);<br />
}

AnswerRe: Consume a Web Service via C++ Pin
prasad_som4-Jun-07 19:58
prasad_som4-Jun-07 19:58 
GeneralRe: Consume a Web Service via C++ Pin
rluckwell5-Jun-07 13:21
rluckwell5-Jun-07 13:21 
QuestionCFile to read binary file Pin
gurucplusplus4-Jun-07 13:10
gurucplusplus4-Jun-07 13:10 
AnswerRe: CFile to read binary file Pin
Naveen4-Jun-07 14:03
Naveen4-Jun-07 14:03 
AnswerRe: CFile to read binary file Pin
Mark Salsbery4-Jun-07 14:05
Mark Salsbery4-Jun-07 14:05 
GeneralRe: CFile to read binary file Pin
gurucplusplus4-Jun-07 17:14
gurucplusplus4-Jun-07 17:14 
GeneralRe: CFile to read binary file Pin
Mark Salsbery4-Jun-07 19:14
Mark Salsbery4-Jun-07 19:14 
QuestionUsing GetExpression from an EEAddIn callback handler Pin
jskater4-Jun-07 12:19
jskater4-Jun-07 12:19 
QuestionSkiping Pin
R.A.V.E.4-Jun-07 8:43
R.A.V.E.4-Jun-07 8:43 
AnswerRe: Skiping Pin
Cedric Moonen4-Jun-07 9:00
Cedric Moonen4-Jun-07 9:00 
GeneralRe: Skiping Pin
R.A.V.E.4-Jun-07 10:17
R.A.V.E.4-Jun-07 10:17 
AnswerRe: Skiping Pin
Reagan Conservative4-Jun-07 10:55
Reagan Conservative4-Jun-07 10:55 
QuestionDrag and drop list view Pin
Perspx4-Jun-07 8:26
Perspx4-Jun-07 8:26 
QuestionRe: Drag and drop list view Pin
David Crow4-Jun-07 8:45
David Crow4-Jun-07 8:45 
AnswerRe: Drag and drop list view Pin
Perspx4-Jun-07 9:38
Perspx4-Jun-07 9:38 
GeneralRe: Drag and drop list view Pin
David Crow4-Jun-07 10:12
David Crow4-Jun-07 10:12 
AnswerRe: Drag and drop list view Pin
Mark Salsbery4-Jun-07 9:53
Mark Salsbery4-Jun-07 9:53 

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.