Click here to Skip to main content
15,909,741 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem with list control header? Pin
mohamedghonemi17-Aug-04 2:52
mohamedghonemi17-Aug-04 2:52 
AnswerRe: Problem with list control header? Pin
David Crow17-Aug-04 5:17
David Crow17-Aug-04 5:17 
GeneralMicrosoft Web Browser Object Pin
gnagendran7917-Aug-04 2:39
gnagendran7917-Aug-04 2:39 
GeneralRe: Microsoft Web Browser Object Pin
*Dreamz17-Aug-04 17:52
*Dreamz17-Aug-04 17:52 
GeneralRe: Microsoft Web Browser Object Pin
gnagendran7917-Aug-04 18:47
gnagendran7917-Aug-04 18:47 
GeneralScanf won't printf Pin
madref17-Aug-04 2:19
madref17-Aug-04 2:19 
GeneralRe: Scanf won't printf Pin
David Crow17-Aug-04 5:18
David Crow17-Aug-04 5:18 
General:( procedure entry point not found :( Pin
nainakhawaja17-Aug-04 2:01
nainakhawaja17-Aug-04 2:01 
HANDLE icmphandle = IcmpCreateFile();

if(icmphandle=INVALID_HANDLE_VALUE )
AfxMessageBox("Error");
char reply[sizeof(icmp_echo_reply)+8];
DWORD dw = IcmpSendEcho(icmphandle,inet_addr(IPAddress),0,0,NULL,reply,sizeof(icmp_echo_reply)+8,1000);

IcmpCloseHandle(icmphandle);
return dw ;


the above mentioned code when executed gives the following error
"The Procedure entry point IcmpcreateFile could not be found in dynamic link library iphlpapi.dll "

GeneralRe: :( procedure entry point not found :( Pin
jerry1211a17-Aug-04 3:28
jerry1211a17-Aug-04 3:28 
GeneralRe: :( procedure entry point not found :( Pin
nainakhawaja17-Aug-04 18:30
nainakhawaja17-Aug-04 18:30 
GeneralRe: :( procedure entry point not found :( Pin
Blake Miller20-Aug-04 5:06
Blake Miller20-Aug-04 5:06 
GeneralCrystal Reports Pin
ArielR17-Aug-04 1:13
ArielR17-Aug-04 1:13 
GeneralRe: Crystal Reports Pin
Michael P Butler17-Aug-04 1:36
Michael P Butler17-Aug-04 1:36 
Generalerror C2065: 'IDD_DIALOG1' : undeclared identifier Pin
anderslundsgard17-Aug-04 0:23
anderslundsgard17-Aug-04 0:23 
GeneralRe: error C2065: 'IDD_DIALOG1' : undeclared identifier Pin
Antony M Kancidrowski17-Aug-04 0:35
Antony M Kancidrowski17-Aug-04 0:35 
GeneralRe: error C2065: 'IDD_DIALOG1' : undeclared identifier Pin
ThatsAlok17-Aug-04 0:42
ThatsAlok17-Aug-04 0:42 
GeneralRe: error C2065: 'IDD_DIALOG1' : undeclared identifier Pin
anderslundsgard17-Aug-04 1:46
anderslundsgard17-Aug-04 1:46 
Questionsize of folder? Pin
lonely_life17-Aug-04 0:22
lonely_life17-Aug-04 0:22 
AnswerRe: size of folder? Pin
David Crow17-Aug-04 5:21
David Crow17-Aug-04 5:21 
GeneralDarg n Drop problm , TO get file path and name Pin
zahid_ash17-Aug-04 0:10
zahid_ash17-Aug-04 0:10 
GeneralRe: Darg n Drop problm , TO get file path and name Pin
David Crow17-Aug-04 5:35
David Crow17-Aug-04 5:35 
GeneralRe: Darg n Drop problm , TO get file path and name Pin
zahid_ash17-Aug-04 18:19
zahid_ash17-Aug-04 18:19 
GeneralRe: Darg n Drop problm , TO get file path and name Pin
David Crow18-Aug-04 6:08
David Crow18-Aug-04 6:08 
GeneralC++ Access violation Pin
rahbani16-Aug-04 23:48
rahbani16-Aug-04 23:48 
Generalprevent from screen capture Pin
Member 65121716-Aug-04 22:52
Member 65121716-Aug-04 22:52 

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.