Click here to Skip to main content
15,914,323 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: "No appropriate constructor available" Pin
David Crow19-Aug-03 10:50
David Crow19-Aug-03 10:50 
GeneralRe: "No appropriate constructor available" Pin
adaoja19-Aug-03 22:20
adaoja19-Aug-03 22:20 
GeneralRe: "No appropriate constructor available" Pin
David Crow20-Aug-03 2:29
David Crow20-Aug-03 2:29 
GeneralRe: "No appropriate constructor available" Pin
adaoja20-Aug-03 3:04
adaoja20-Aug-03 3:04 
GeneralRe: "No appropriate constructor available" Pin
David Crow20-Aug-03 3:47
David Crow20-Aug-03 3:47 
GeneralRe: "No appropriate constructor available" Pin
adaoja20-Aug-03 4:12
adaoja20-Aug-03 4:12 
GeneralRe: "No appropriate constructor available" Pin
David Crow20-Aug-03 4:16
David Crow20-Aug-03 4:16 
GeneralRe: "No appropriate constructor available" Pin
Christian Graus19-Aug-03 11:08
protectorChristian Graus19-Aug-03 11:08 
For starters, it should say

hsc = new HttpSoapContext();

Other than that, HttpSoapContext obviously needs something passed into it's constructor, there's no constructor that takes no parameters. You may or may not have worked that out from the prior response. The other possibility is that HttpSoapContext is a class in the .NET framework, unless you're using Managed C++, there is no guarentee this class even *exists* in the C++ framework you're using.


Christian

I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
GeneralRe: "No appropriate constructor available" Pin
Steve S19-Aug-03 21:59
Steve S19-Aug-03 21:59 
GeneralRe: "No appropriate constructor available" Pin
adaoja19-Aug-03 22:23
adaoja19-Aug-03 22:23 
GeneralRe: "No appropriate constructor available" Pin
David Crow20-Aug-03 2:28
David Crow20-Aug-03 2:28 
GeneralSpy++ can not capture message of this window Pin
Shawn Ning19-Aug-03 10:10
Shawn Ning19-Aug-03 10:10 
GeneralRe: Spy++ can not capture message of this window Pin
HPSI19-Aug-03 11:11
HPSI19-Aug-03 11:11 
GeneralWebcam with MFC Pin
MKlucher19-Aug-03 10:10
MKlucher19-Aug-03 10:10 
GeneralRe: Webcam with MFC Pin
HPSI19-Aug-03 11:16
HPSI19-Aug-03 11:16 
Generalerasing a list entry Pin
Kuniva19-Aug-03 8:32
Kuniva19-Aug-03 8:32 
GeneralNVM Pin
Kuniva19-Aug-03 10:07
Kuniva19-Aug-03 10:07 
GeneralRe: NVM Pin
David Crow19-Aug-03 10:18
David Crow19-Aug-03 10:18 
GeneralRe: NVM Pin
Kuniva19-Aug-03 13:46
Kuniva19-Aug-03 13:46 
Questionresource.h ??? Pin
Max Santos19-Aug-03 7:55
Max Santos19-Aug-03 7:55 
AnswerRe: resource.h ??? Pin
Steve S19-Aug-03 21:57
Steve S19-Aug-03 21:57 
GeneralRe: resource.h ??? Pin
Max Santos20-Aug-03 1:20
Max Santos20-Aug-03 1:20 
GeneralImport a class from .DLL Pin
CND19-Aug-03 7:41
CND19-Aug-03 7:41 
GeneralRe: Import a class from .DLL Pin
John M. Drescher19-Aug-03 7:50
John M. Drescher19-Aug-03 7:50 
GeneralRe: Import a class from .DLL Pin
CND19-Aug-03 8:21
CND19-Aug-03 8:21 

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.