Click here to Skip to main content
15,902,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWindow Media Control Pin
Ngo Anh Vu2-Feb-04 22:35
Ngo Anh Vu2-Feb-04 22:35 
GeneralRe: Window Media Control Pin
don7cry3-Feb-04 13:53
don7cry3-Feb-04 13:53 
GeneralRe: Window Media Control Pin
Anonymous3-Feb-04 16:31
Anonymous3-Feb-04 16:31 
GeneralRe: Window Media Control Pin
don7cry3-Feb-04 17:06
don7cry3-Feb-04 17:06 
GeneralRe: Window Media Control Pin
sstoyan3-Feb-04 21:54
sstoyan3-Feb-04 21:54 
Questionhow to play audio file over Internet Pin
don7cry2-Feb-04 22:35
don7cry2-Feb-04 22:35 
GeneralGet Product Version Pin
ctopmep2-Feb-04 22:33
ctopmep2-Feb-04 22:33 
GeneralCoInitializeEx & SOAP Pin
Victor19782-Feb-04 22:06
Victor19782-Feb-04 22:06 
Good day ALL.

Such question. I'm try to call SOAP method from NT Service about in the same way:

ISOAPClient* m_pSOAPClient;
HRESULT hr = CoInitializeEx(NULL, COINIT_MULTITHREADED);
hr = CoCreateInstance ( __uuidof (SoapClient), NULL, CLSCTX_INPROC_SERVER,
__uuidof (ISOAPClient),(void**) &m_pSOAPClient );
hr = m_pSOAPClient->mssoapinit( A2BSTR( sURL ), L"", L"", L"" );

As a result of execution the last string I'm get error:
The specified module could not be found.


Funnily what not long ago it's work. But when I write similar code at MFC of console application it's work ok.Confused | :confused: Confused | :confused: Confused | :confused:

HELP ME PLEASE!!!!!!!!



Generalflock question Pin
alex.barylski2-Feb-04 22:04
alex.barylski2-Feb-04 22:04 
QuestionAbout the WAV to WMA of audio ? Pin
zhaopzhi2-Feb-04 21:42
zhaopzhi2-Feb-04 21:42 
GeneralAutocomplete Pin
Mike Mehan2-Feb-04 21:32
sussMike Mehan2-Feb-04 21:32 
Generalanimated buttons Pin
amit sebiz2-Feb-04 20:25
amit sebiz2-Feb-04 20:25 
GeneralRe: animated buttons Pin
sps-itsec462-Feb-04 22:04
sps-itsec462-Feb-04 22:04 
GeneralDoubt ! Creating Service! Pin
Ilamparithi2-Feb-04 19:48
Ilamparithi2-Feb-04 19:48 
QuestionLinking object file ? Pin
CarteBlanche2-Feb-04 19:11
CarteBlanche2-Feb-04 19:11 
AnswerRe: Linking object file ? Pin
CarteBlanche2-Feb-04 19:26
CarteBlanche2-Feb-04 19:26 
Questionconvert double to Integer????????? Pin
wow99992-Feb-04 18:56
wow99992-Feb-04 18:56 
AnswerRe: convert double to Integer????????? Pin
alex.barylski2-Feb-04 21:57
alex.barylski2-Feb-04 21:57 
AnswerRe: convert double to Integer????????? Pin
jhwurmbach2-Feb-04 23:03
jhwurmbach2-Feb-04 23:03 
Questionhow can i find sqlcli1.h? Pin
google732-Feb-04 18:05
google732-Feb-04 18:05 
AnswerRe: how can i find sqlcli1.h? Pin
Roger Wright2-Feb-04 18:22
professionalRoger Wright2-Feb-04 18:22 
GeneralRe: how can i find sqlcli1.h? Pin
google732-Feb-04 18:47
google732-Feb-04 18:47 
QuestionProgram not responding? Pin
Xzyx987X2-Feb-04 17:46
Xzyx987X2-Feb-04 17:46 
Generalansi/iso C++ compiler Pin
Anonymous2-Feb-04 17:33
Anonymous2-Feb-04 17:33 
GeneralRe: ansi/iso C++ compiler Pin
valikac2-Feb-04 17:35
valikac2-Feb-04 17:35 

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.