Click here to Skip to main content
15,890,185 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: structure to file Pin
goldenrose916-Feb-11 7:04
goldenrose916-Feb-11 7:04 
QuestionReturn data when using SendMessage Pin
manchukuo16-Feb-11 5:56
manchukuo16-Feb-11 5:56 
AnswerRe: Return data when using SendMessage Pin
Richard MacCutchan16-Feb-11 6:19
mveRichard MacCutchan16-Feb-11 6:19 
GeneralRe: Return data when using SendMessage Pin
manchukuo16-Feb-11 6:22
manchukuo16-Feb-11 6:22 
GeneralRe: Return data when using SendMessage Pin
Richard MacCutchan16-Feb-11 21:26
mveRichard MacCutchan16-Feb-11 21:26 
QuestionsetDllDirectory in x64 project Pin
zon_cpp16-Feb-11 2:16
zon_cpp16-Feb-11 2:16 
AnswerRe: setDllDirectory in x64 project Pin
Richard MacCutchan16-Feb-11 2:39
mveRichard MacCutchan16-Feb-11 2:39 
QuestionAccessing web service in native C++ application Pin
vipin_nvk16-Feb-11 0:11
vipin_nvk16-Feb-11 0:11 
I need to access a .NET web service in a native C++ application. People have suggested to use gSOAP (which is costly for a commercial license) and I have found articles where the same can be done using SOAP tool kit (which is no longer supported by microsoft)

To use SOAP toolkit method MSXML should be installed on the PC, and ours is a portable application we cannot afford it. I looked at other alternatives and found the following article - http://support.microsoft.com/kb/908574[^] But I am getting the following errors:

error C2065: 'IHelloWorldPtr' : undeclared identifier
error C2146: syntax error : missing ';' before identifier 'ptrHW'
error C3861: 'ptrHW': identifier not found
error C2065: 'ptrHW' : undeclared identifier
error C2227: left of '->SayHelloWorld' must point to class/struct/union/generic type

I am new to COM and .NET can somebody help to resolve the issue. And is this approach the write way to access .NET web services?

Thanx in advance
AnswerRe: Accessing web service in native C++ application Pin
ShilpiP16-Feb-11 0:31
ShilpiP16-Feb-11 0:31 
QuestionSame Resource IDs in resource.h Pin
Anu_Bala15-Feb-11 20:07
Anu_Bala15-Feb-11 20:07 
AnswerRe: Same Resource IDs in resource.h Pin
Hans Dietrich15-Feb-11 21:10
mentorHans Dietrich15-Feb-11 21:10 
AnswerRe: Same Resource IDs in resource.h Pin
ThatsAlok15-Feb-11 21:12
ThatsAlok15-Feb-11 21:12 
GeneralRe: Same Resource IDs in resource.h Pin
Anu_Bala15-Feb-11 21:46
Anu_Bala15-Feb-11 21:46 
AnswerRe: Same Resource IDs in resource.h Pin
chevu15-Feb-11 22:01
chevu15-Feb-11 22:01 
GeneralRe: Same Resource IDs in resource.h Pin
ThatsAlok15-Feb-11 22:52
ThatsAlok15-Feb-11 22:52 
GeneralRe: Same Resource IDs in resource.h Pin
Anu_Bala15-Feb-11 22:54
Anu_Bala15-Feb-11 22:54 
QuestionArray Issue. Pin
Mike Certini15-Feb-11 19:13
Mike Certini15-Feb-11 19:13 
AnswerSolution To Array Issue. Pin
Mike Certini15-Feb-11 20:07
Mike Certini15-Feb-11 20:07 
AnswerRe: Array Issue. Pin
User 742933815-Feb-11 20:07
professionalUser 742933815-Feb-11 20:07 
AnswerRe: Array Issue. Pin
Stefan_Lang16-Feb-11 0:18
Stefan_Lang16-Feb-11 0:18 
QuestionClosing childview in MDI [SOLVED] Pin
Anu_Bala15-Feb-11 18:23
Anu_Bala15-Feb-11 18:23 
AnswerRe: Closing childview in MDI Pin
tagopi15-Feb-11 18:53
tagopi15-Feb-11 18:53 
AnswerRe: Closing childview in MDI Pin
_AnsHUMAN_ 15-Feb-11 19:02
_AnsHUMAN_ 15-Feb-11 19:02 
AnswerRe: Closing childview in MDI Pin
Anu_Bala15-Feb-11 20:01
Anu_Bala15-Feb-11 20:01 
QuestionHow to bring an App to front, from another App Pin
timbk15-Feb-11 15:50
timbk15-Feb-11 15:50 

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.