Click here to Skip to main content
15,891,253 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: What is wrong with my function? it keeps crashing when it gets to return. Pin
David Crow11-Aug-08 3:48
David Crow11-Aug-08 3:48 
AnswerRe: What is wrong with my function? it keeps crashing when it gets to return. Pin
Roger Stoltz11-Aug-08 4:04
Roger Stoltz11-Aug-08 4:04 
GeneralRe: What is wrong with my function? it keeps crashing when it gets to return. Pin
David Crow11-Aug-08 4:18
David Crow11-Aug-08 4:18 
GeneralRe: What is wrong with my function? it keeps crashing when it gets to return. Pin
Roger Stoltz11-Aug-08 4:30
Roger Stoltz11-Aug-08 4:30 
GeneralRe: What is wrong with my function? it keeps crashing when it gets to return. Pin
ThatsAlok11-Aug-08 8:41
ThatsAlok11-Aug-08 8:41 
JokeRe: What is wrong with my function? it keeps crashing when it gets to return. Pin
Roger Stoltz11-Aug-08 10:14
Roger Stoltz11-Aug-08 10:14 
GeneralRe: What is wrong with my function? it keeps crashing when it gets to return. Pin
ThatsAlok11-Aug-08 16:57
ThatsAlok11-Aug-08 16:57 
QuestionWriting debugging-lines after Blue Screen Pin
Lucas_Coder10-Aug-08 22:42
Lucas_Coder10-Aug-08 22:42 
AnswerRe: Writing debugging-lines after Blue Screen Pin
Ahmed Charfeddine11-Aug-08 0:08
Ahmed Charfeddine11-Aug-08 0:08 
Questiondriver licked pages in process [modified] Pin
anilaabc10-Aug-08 21:22
anilaabc10-Aug-08 21:22 
AnswerRe: driver licked pages in process Pin
Randor 11-Aug-08 16:22
professional Randor 11-Aug-08 16:22 
Questionis there any API in linux through which we can set static IP address or connect to DHCP Pin
an8910-Aug-08 20:44
an8910-Aug-08 20:44 
AnswerRe: is there any API in linux through which we can set static IP address or connect to DHCP [modified] Pin
Jijo.Raj10-Aug-08 22:17
Jijo.Raj10-Aug-08 22:17 
QuestionRe: is there any API in linux through which we can set static IP address or connect to DHCP Pin
an8910-Aug-08 22:47
an8910-Aug-08 22:47 
AnswerRe: is there any API in linux through which we can set static IP address or connect to DHCP Pin
Jijo.Raj10-Aug-08 23:00
Jijo.Raj10-Aug-08 23:00 
QuestionRe: is there any API in linux through which we can set static IP address or connect to DHCP [modified] Pin
Jijo.Raj10-Aug-08 23:12
Jijo.Raj10-Aug-08 23:12 
AnswerRe: is there any API in linux through which we can set static IP address or connect to DHCP Pin
markkuk11-Aug-08 1:23
markkuk11-Aug-08 1:23 
The IP address is set either using the socket() API with a RTM_NEWADDR message through a RTNETLINK socket, or with the ioctl() API and a SIOCSIFADDR command. DHCP is handled by userspace client programs that set the IP address by one of the previously mentioned APIs.
QuestionIdentifying and Terminating a particular local port. Pin
SelvaKr10-Aug-08 20:43
SelvaKr10-Aug-08 20:43 
AnswerRe: Identifying and Terminating a particular local port. Pin
Randor 11-Aug-08 16:26
professional Randor 11-Aug-08 16:26 
GeneralRe: Identifying and Terminating a particular local port. Pin
anilaabc11-Aug-08 23:07
anilaabc11-Aug-08 23:07 
QuestionCalling one dialog from the other [modified] Pin
bhanu_850910-Aug-08 20:28
bhanu_850910-Aug-08 20:28 
AnswerRe: Calling one dialog from the other Pin
_AnsHUMAN_ 10-Aug-08 20:42
_AnsHUMAN_ 10-Aug-08 20:42 
GeneralRe: Calling one dialog from the other Pin
bhanu_850910-Aug-08 20:53
bhanu_850910-Aug-08 20:53 
GeneralRe: Calling one dialog from the other Pin
_AnsHUMAN_ 10-Aug-08 21:39
_AnsHUMAN_ 10-Aug-08 21:39 
AnswerRe: Calling one dialog from the other Pin
David Crow11-Aug-08 3:57
David Crow11-Aug-08 3:57 

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.