Click here to Skip to main content
16,004,924 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Tick count Pin
includeh1025-Dec-06 7:20
includeh1025-Dec-06 7:20 
QuestionA Problem with CStdioFile Pin
yaros2125-Dec-06 0:10
yaros2125-Dec-06 0:10 
QuestionRe: A Problem with CStdioFile Pin
David Crow25-Dec-06 5:10
David Crow25-Dec-06 5:10 
AnswerRe: A Problem with CStdioFile Pin
yaros2125-Dec-06 20:07
yaros2125-Dec-06 20:07 
Questionhow to Convert FileTimeToSystemTime in win32. Pin
amitmistry_petlad 24-Dec-06 23:06
amitmistry_petlad 24-Dec-06 23:06 
AnswerRe: how to Convert FileTimeToSystemTime in win32. Pin
includeh1025-Dec-06 2:20
includeh1025-Dec-06 2:20 
QuestionRaise events from unmanaged to managed Pin
yoti1124-Dec-06 22:31
yoti1124-Dec-06 22:31 
AnswerRe: Raise events from unmanaged to managed Pin
567890123424-Dec-06 23:15
567890123424-Dec-06 23:15 
I don't think that it is possible to raise event directly from unmanaged code, but it is possible to call managed callback function which does this. Use Marshal.GetFunctionPointerForDelegate method to pass managed callbak function address to unmanaged code.
Keep delegate instance alive all time when callback function can be called.
GeneralRe: Raise events from unmanaged to managed Pin
yoti1124-Dec-06 23:36
yoti1124-Dec-06 23:36 
GeneralRe: Raise events from unmanaged to managed Pin
567890123425-Dec-06 1:26
567890123425-Dec-06 1:26 
Questionuninitialized pointer Pin
rp_suman24-Dec-06 20:58
rp_suman24-Dec-06 20:58 
AnswerRe: uninitialized pointer Pin
includeh1025-Dec-06 2:25
includeh1025-Dec-06 2:25 
AnswerRe: uninitialized pointer Pin
Michael Dunn25-Dec-06 5:27
sitebuilderMichael Dunn25-Dec-06 5:27 
GeneralRe: uninitialized pointer Pin
rp_suman26-Dec-06 19:08
rp_suman26-Dec-06 19:08 
GeneralRe: uninitialized pointer Pin
Michael Dunn26-Dec-06 20:57
sitebuilderMichael Dunn26-Dec-06 20:57 
GeneralThanks!! Re: uninitialized pointer Pin
rp_suman27-Dec-06 15:36
rp_suman27-Dec-06 15:36 
AnswerRe: uninitialized pointer Pin
Cristian Amarie25-Dec-06 5:31
Cristian Amarie25-Dec-06 5:31 
GeneralRe: uninitialized pointer Pin
Michael Dunn25-Dec-06 6:31
sitebuilderMichael Dunn25-Dec-06 6:31 
GeneralRe: uninitialized pointer Pin
Cristian Amarie25-Dec-06 7:18
Cristian Amarie25-Dec-06 7:18 
GeneralRe: uninitialized pointer Pin
rp_suman25-Dec-06 14:02
rp_suman25-Dec-06 14:02 
Questioncan we get the Floppy Driver's information? Pin
jakeyjia24-Dec-06 20:55
jakeyjia24-Dec-06 20:55 
AnswerRe: can we get the Floppy Driver's information? Pin
Cristian Amarie25-Dec-06 5:36
Cristian Amarie25-Dec-06 5:36 
GeneralRe: can we get the Floppy Driver's information? [modified] Pin
jakeyjia26-Dec-06 14:13
jakeyjia26-Dec-06 14:13 
QuestionHow to control Parallel port by programming Visual C++ Pin
BK200724-Dec-06 20:55
BK200724-Dec-06 20:55 
AnswerRe: How to control Parallel port by programming Visual C++ Pin
kasturi_haribabu25-Dec-06 22:47
kasturi_haribabu25-Dec-06 22:47 

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.