Click here to Skip to main content
15,913,467 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Creating control Pin
Mark Salsbery8-Aug-08 8:44
Mark Salsbery8-Aug-08 8:44 
QuestionUsing waitableTimmer to keep the UI active,fails Pin
ptr_Electron7-Aug-08 21:56
ptr_Electron7-Aug-08 21:56 
AnswerRe: Using waitableTimmer to keep the UI active,fails Pin
Stephen Hewitt7-Aug-08 22:25
Stephen Hewitt7-Aug-08 22:25 
Questiontranslucent rectangle Pin
tctan7-Aug-08 21:31
tctan7-Aug-08 21:31 
AnswerRe: translucent rectangle Pin
Hamid_RT7-Aug-08 23:18
Hamid_RT7-Aug-08 23:18 
AnswerRe: translucent rectangle Pin
Mark Salsbery8-Aug-08 8:47
Mark Salsbery8-Aug-08 8:47 
QuestionHelp me on Rich Edit Control Pin
ganesa moorthy7-Aug-08 21:18
ganesa moorthy7-Aug-08 21:18 
Questioncalling webservice problem? Pin
ritz12347-Aug-08 20:34
ritz12347-Aug-08 20:34 
Hello friends,

I've an application that calls the webservice to upload file on server.
I've used MSSOAP toolkit 3.0, everything works fine for Windows XP.
The same code fails under Vista the code is as below.

ISoapConnectorPtr Connector;
hr = Connector.CreateInstance(__uuidof(HttpConnector));
if(hr != S_OK)
{
strErrMessage="Can't create Http Connector.
}
Connector->Property["EndPointURL"] = QPTLOGIN_URL;
hr = Connector->Connect();

In the code above hr = Connector.CreateInstance(__uuidof(HttpConnector)); fails on Vista and working fine in XP.
Can anybody please help me to solve this problem for Vista or any suggestions for calling webwservice in Vista OS.
Thanx in Advance.

ritz1234

QuestionUnexpected #endif with stdafx.h Pin
Chesnokov Yuriy7-Aug-08 20:16
professionalChesnokov Yuriy7-Aug-08 20:16 
AnswerRe: Unexpected #endif with stdafx.h Pin
toxcct7-Aug-08 21:13
toxcct7-Aug-08 21:13 
AnswerRe: Unexpected #endif with stdafx.h Pin
Chesnokov Yuriy7-Aug-08 22:22
professionalChesnokov Yuriy7-Aug-08 22:22 
GeneralRe: Unexpected #endif with stdafx.h Pin
toxcct7-Aug-08 22:27
toxcct7-Aug-08 22:27 
AnswerRe: Unexpected #endif with stdafx.h Pin
Chesnokov Yuriy7-Aug-08 22:29
professionalChesnokov Yuriy7-Aug-08 22:29 
GeneralRe: Unexpected #endif with stdafx.h Pin
toxcct7-Aug-08 22:32
toxcct7-Aug-08 22:32 
AnswerRe: Unexpected #endif with stdafx.h Pin
Mark Salsbery8-Aug-08 8:55
Mark Salsbery8-Aug-08 8:55 
QuestionDWORD PTR [modified] Pin
vikramlinux7-Aug-08 19:52
vikramlinux7-Aug-08 19:52 
AnswerRe: DWORD PTR Pin
SandipG 7-Aug-08 19:56
SandipG 7-Aug-08 19:56 
AnswerRe: Off Topic Pin
toxcct7-Aug-08 21:11
toxcct7-Aug-08 21:11 
GeneralRe: Off Topic Pin
vikramlinux7-Aug-08 22:34
vikramlinux7-Aug-08 22:34 
GeneralRe: Off Topic [modified] Pin
toxcct7-Aug-08 22:36
toxcct7-Aug-08 22:36 
AnswerRe: DWORD PTR Pin
Mark Salsbery8-Aug-08 9:00
Mark Salsbery8-Aug-08 9:00 
AnswerRe: DWORD PTR Pin
Dan9-Aug-08 21:31
Dan9-Aug-08 21:31 
GeneralRe: DWORD PTR Pin
vikramlinux10-Aug-08 18:51
vikramlinux10-Aug-08 18:51 
QuestionSetWindosLong and CallWindowProc Pin
Reese Wang7-Aug-08 19:51
Reese Wang7-Aug-08 19:51 
AnswerRe: SetWindosLong and CallWindowProc Pin
Hamid_RT7-Aug-08 23:19
Hamid_RT7-Aug-08 23:19 

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.