Click here to Skip to main content
15,898,769 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dynamic_cast fails Pin
Maxwell Chen9-Nov-09 22:40
Maxwell Chen9-Nov-09 22:40 
QuestionReading DWord From Registry Pin
Anil Kumar.Arvapalli9-Nov-09 20:14
Anil Kumar.Arvapalli9-Nov-09 20:14 
AnswerRe: Reading DWord From Registry Pin
Richard MacCutchan9-Nov-09 21:04
mveRichard MacCutchan9-Nov-09 21:04 
AnswerRe: Reading DWord From Registry Pin
Michael Schubert10-Nov-09 1:02
Michael Schubert10-Nov-09 1:02 
GeneralRe: Reading DWord From Registry Pin
Richard MacCutchan10-Nov-09 5:24
mveRichard MacCutchan10-Nov-09 5:24 
GeneralRe: Reading DWord From Registry Pin
Michael Schubert10-Nov-09 6:15
Michael Schubert10-Nov-09 6:15 
AnswerRe: Reading DWord From Registry Pin
Michael Schubert10-Nov-09 6:19
Michael Schubert10-Nov-09 6:19 
QuestionError "the procedure entry point Getaddrinfo could not be located in the dynamic link library WS2_32.dll" Pin
Rahul Vaishnav9-Nov-09 18:25
Rahul Vaishnav9-Nov-09 18:25 
Hi all,

I am calling some methods from the Web service which i have added to my solution.
For Example please refer below code.

below code is perfectly running fine on XP,Vista but i have tested it on Windows 2000 prof.

line 1: CoInitialize(NULL);    
line 2: xyzService::CxyzService test;
line 3: CComBSTR result;
line 4: test.Methodname(CComBSTR(L"0001"),CComBSTR   (L"0001"),&result);
line 5: CoUninitialize();


if i run this code in Win 2000 it gives below error,
"the procedure entry point Getaddrinfo could not be located in the dynamic link library WS2_32.dll"
if i comment line no. 4 from above code,it runs properly.
This error is arriving due to call of any method in webservice.
Please help me to find some solution.

Thanks in advance
AnswerRe: Error "the procedure entry point Getaddrinfo could not be located in the dynamic link library WS2_32.dll" Pin
Randor 9-Nov-09 18:34
professional Randor 9-Nov-09 18:34 
GeneralRe: Error "the procedure entry point Getaddrinfo could not be located in the dynamic link library WS2_32.dll" Pin
Rahul Vaishnav9-Nov-09 18:54
Rahul Vaishnav9-Nov-09 18:54 
GeneralRe: Error "the procedure entry point Getaddrinfo could not be located in the dynamic link library WS2_32.dll" Pin
Randor 9-Nov-09 19:03
professional Randor 9-Nov-09 19:03 
GeneralRe: Error "the procedure entry point Getaddrinfo could not be located in the dynamic link library WS2_32.dll" Pin
Rahul Vaishnav9-Nov-09 20:00
Rahul Vaishnav9-Nov-09 20:00 
GeneralRe: Error "the procedure entry point Getaddrinfo could not be located in the dynamic link library WS2_32.dll" Pin
Randor 9-Nov-09 20:39
professional Randor 9-Nov-09 20:39 
GeneralRe: Error "the procedure entry point Getaddrinfo could not be located in the dynamic link library WS2_32.dll" Pin
Randor 9-Nov-09 21:11
professional Randor 9-Nov-09 21:11 
GeneralRe: Error "the procedure entry point Getaddrinfo could not be located in the dynamic link library WS2_32.dll" Pin
Rahul Vaishnav9-Nov-09 21:59
Rahul Vaishnav9-Nov-09 21:59 
QuestionHow to get x, y coordinates from autocad drawing? Pin
Paulraj G9-Nov-09 17:08
Paulraj G9-Nov-09 17:08 
AnswerRe: How to get x, y coordinates from autocad drawing? Pin
Game-point9-Nov-09 19:53
Game-point9-Nov-09 19:53 
GeneralRe: How to get x, y coordinates from autocad drawing? Pin
Paulraj G10-Nov-09 1:31
Paulraj G10-Nov-09 1:31 
QuestionAnnoying icon on the menu row Pin
T_N_T9-Nov-09 16:33
T_N_T9-Nov-09 16:33 
AnswerRe: Annoying icon on the menu row Pin
PJ Arends9-Nov-09 17:34
professionalPJ Arends9-Nov-09 17:34 
GeneralRe: Annoying icon on the menu row [modified] Pin
T_N_T9-Nov-09 18:35
T_N_T9-Nov-09 18:35 
QuestionComplete Transparency Background of a Shockwave Flash Control Pin
Rb Arguelles9-Nov-09 15:23
Rb Arguelles9-Nov-09 15:23 
QuestionMFC Window (Not Responding) Pin
lawrenca379-Nov-09 10:39
lawrenca379-Nov-09 10:39 
GeneralRe: MFC Window (Not Responding) Pin
David Crow9-Nov-09 10:58
David Crow9-Nov-09 10:58 
AnswerRe: MFC Window (Not Responding) Pin
Tim Craig9-Nov-09 15:26
Tim Craig9-Nov-09 15:26 

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.