Click here to Skip to main content
15,892,480 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What is contained in lib? Pin
JackPuppy12-Mar-09 21:04
JackPuppy12-Mar-09 21:04 
GeneralRe: What is contained in lib? Pin
Stephen Hewitt13-Mar-09 5:33
Stephen Hewitt13-Mar-09 5:33 
QuestionMaking remote machine inaccessible Pin
Imtiaz Murtaza12-Mar-09 17:51
Imtiaz Murtaza12-Mar-09 17:51 
AnswerRe: Making remote machine inaccessible Pin
«_Superman_»12-Mar-09 18:15
professional«_Superman_»12-Mar-09 18:15 
AnswerRe: Making remote machine inaccessible Pin
Sarath C12-Mar-09 20:50
Sarath C12-Mar-09 20:50 
Questionconvert parameter from 'const int' to 'void *' Pin
CHYGO12-Mar-09 17:26
CHYGO12-Mar-09 17:26 
AnswerRe: convert parameter from 'const int' to 'void *' Pin
Rajasekharan Vengalil12-Mar-09 17:38
Rajasekharan Vengalil12-Mar-09 17:38 
AnswerRe: convert parameter from 'const int' to 'void *' Pin
Sarath C12-Mar-09 17:54
Sarath C12-Mar-09 17:54 
The parameter should not be constant as per the documentation. Do as follows

LONG lData = WM_INTERRUPT;<br />
<br />
ULONG nBytesRead;<br />
<br />
if (! DeviceIoControl(<br />
m_hPCI9054, <br />
IOCTL_SET_NOTIFICATION_EVENT, <br />
&lData, <br />
sizeof(WM_INTERRUPT),<br />
NULL,<br />
0, <br />
&nBytesRead,<br />
NULL<br />
)


-Sarath.
"Great hopes make everything great possible" - Benjamin Franklin

QuestionSetting Window Name in CWnd Object Pin
ForNow12-Mar-09 15:11
ForNow12-Mar-09 15:11 
QuestionRe: Setting Window Name in CWnd Object Pin
«_Superman_»12-Mar-09 18:18
professional«_Superman_»12-Mar-09 18:18 
AnswerRe: Setting Window Name in CWnd Object Pin
Hamid_RT12-Mar-09 20:08
Hamid_RT12-Mar-09 20:08 
GeneralRe: Setting Window Name in CWnd Object Pin
ForNow12-Mar-09 21:06
ForNow12-Mar-09 21:06 
AnswerRe: Setting Window Name in CWnd Object Pin
A_xin12-Mar-09 23:47
A_xin12-Mar-09 23:47 
GeneralRe: Setting Window Name in CWnd Object Pin
ForNow13-Mar-09 0:59
ForNow13-Mar-09 0:59 
GeneralRe: Setting Window Name in CWnd Object Pin
ForNow13-Mar-09 6:20
ForNow13-Mar-09 6:20 
QuestionSTL <list> destructor</list> Pin
mjackson1112-Mar-09 12:24
mjackson1112-Mar-09 12:24 
AnswerRe: STL destructor Pin
Maximilien12-Mar-09 14:51
Maximilien12-Mar-09 14:51 
AnswerRe: STL destructor Pin
mjackson1112-Mar-09 16:41
mjackson1112-Mar-09 16:41 
AnswerRe: STL destructor Pin
Rajasekharan Vengalil12-Mar-09 17:32
Rajasekharan Vengalil12-Mar-09 17:32 
AnswerRe: STL destructor Pin
Sarath C12-Mar-09 20:58
Sarath C12-Mar-09 20:58 
Questionquery Pin
anassamar12-Mar-09 11:38
anassamar12-Mar-09 11:38 
AnswerRe: query Pin
Stuart Dootson12-Mar-09 11:59
professionalStuart Dootson12-Mar-09 11:59 
AnswerRe: query Pin
David Crow12-Mar-09 16:37
David Crow12-Mar-09 16:37 
AnswerRe: query Pin
A_xin12-Mar-09 23:51
A_xin12-Mar-09 23:51 
QuestionContains [modified] Pin
su_penguin12-Mar-09 11:16
su_penguin12-Mar-09 11:16 

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.