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

C / C++ / MFC

 
GeneralRe: Question Regarding Template in C++ Pin
Christian Graus28-Jun-05 18:31
protectorChristian Graus28-Jun-05 18:31 
GeneralRe: Question Regarding Template in C++ Pin
Christian Graus28-Jun-05 19:06
protectorChristian Graus28-Jun-05 19:06 
GeneralAdding Folder Paths Pin
Member 171940628-Jun-05 17:51
Member 171940628-Jun-05 17:51 
GeneralRe: Adding Folder Paths Pin
22491728-Jun-05 18:25
22491728-Jun-05 18:25 
GeneralRe: Adding Folder Paths Pin
Blake V. Miller29-Jun-05 19:16
Blake V. Miller29-Jun-05 19:16 
QuestionWhats Wrong for calling convention? Pin
lewislewis_lewis28-Jun-05 13:48
lewislewis_lewis28-Jun-05 13:48 
AnswerRe: Whats Wrong for calling convention? Pin
Rick York28-Jun-05 14:59
mveRick York28-Jun-05 14:59 
AnswerRe: Whats Wrong for calling convention? Pin
Cedric Moonen28-Jun-05 20:35
Cedric Moonen28-Jun-05 20:35 
As DispData is a member function from the CTstClass, it has an implicit parameter that is passed to the function: the this parameter. Thus, the function prototype does not match.

To avoid that, make your member function static (but then, inside the function you won't be able to play with non-static members).
GeneralTransparent Unicode/Ascii using STL Pin
Patje28-Jun-05 12:32
Patje28-Jun-05 12:32 
GeneralRe: Transparent Unicode/Ascii using STL Pin
John R. Shaw29-Jun-05 9:04
John R. Shaw29-Jun-05 9:04 
Generalwindow enumeration from pid Pin
c. s.28-Jun-05 12:29
c. s.28-Jun-05 12:29 
GeneralRe: window enumeration from pid Pin
Blake Miller28-Jun-05 12:50
Blake Miller28-Jun-05 12:50 
Generaldevice arrival message Pin
Ann6628-Jun-05 12:17
sussAnn6628-Jun-05 12:17 
General,device arrival message Pin
Anonymous28-Jun-05 12:11
Anonymous28-Jun-05 12:11 
GeneralBegin_message_map Pin
kongy7928-Jun-05 9:40
kongy7928-Jun-05 9:40 
GeneralRe: Begin_message_map Pin
David Crow28-Jun-05 10:35
David Crow28-Jun-05 10:35 
GeneralRe: Begin_message_map Pin
kongy7928-Jun-05 14:12
kongy7928-Jun-05 14:12 
QuestionHow to version a DLL generated by Message Compiler ? Pin
jlarsj28-Jun-05 9:39
jlarsj28-Jun-05 9:39 
QuestionHow do you Monitor a Windows Service? Pin
Rodney Sullivan28-Jun-05 7:56
Rodney Sullivan28-Jun-05 7:56 
AnswerRe: How do you Monitor a Windows Service? Pin
Blake Miller28-Jun-05 12:40
Blake Miller28-Jun-05 12:40 
GeneralRe: How do you Monitor a Windows Service? Pin
Rodney Sullivan29-Jun-05 4:52
Rodney Sullivan29-Jun-05 4:52 
GeneralRe: How do you Monitor a Windows Service? Pin
Blake Miller29-Jun-05 5:24
Blake Miller29-Jun-05 5:24 
GeneralRe: How do you Monitor a Windows Service? Pin
Rodney Sullivan29-Jun-05 5:59
Rodney Sullivan29-Jun-05 5:59 
GeneralRe: How do you Monitor a Windows Service? Pin
Blake Miller29-Jun-05 6:12
Blake Miller29-Jun-05 6:12 
GeneralRe: How do you Monitor a Windows Service? Pin
Rodney Sullivan29-Jun-05 7:31
Rodney Sullivan29-Jun-05 7:31 

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.