Click here to Skip to main content
15,921,113 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Implementing CALLBACK in MFC getting error C2440: 'type cast' conversion problem Pin
Tim Craig10-Oct-10 17:23
Tim Craig10-Oct-10 17:23 
I'm guessing that your callback function is an ordinary member funcion of CCyView and the API is looking for a global function as a callback. The API doesn't know anything about your class and regular class member functions have the hidden "this" pointer so the signature doesn't match. The API isn't expecting and wouldn't know what to do with a this pointer. You probably need a global function or if you want to encapsulate it in your view class, a static member function.
Once you agree to clans, tribes, governments...you've opted for socialism. The rest is just details.

GeneralRe: Implementing CALLBACK in MFC getting error C2440: 'type cast' conversion problem Pin
Vaclav_10-Oct-10 17:54
Vaclav_10-Oct-10 17:54 
GeneralRe: Implementing CALLBACK in MFC getting error C2440: 'type cast' conversion problem Pin
Tim Craig10-Oct-10 22:06
Tim Craig10-Oct-10 22:06 
GeneralRe: Implementing CALLBACK in MFC getting error C2440: 'type cast' conversion problem [modified] Pin
Vaclav_11-Oct-10 2:57
Vaclav_11-Oct-10 2:57 
GeneralRe: Implementing CALLBACK in MFC getting error C2440: 'type cast' conversion problem Pin
Tim Craig11-Oct-10 9:42
Tim Craig11-Oct-10 9:42 
GeneralRe: Implementing CALLBACK in MFC getting error C2440: 'type cast' conversion problem Pin
Vaclav_11-Oct-10 12:45
Vaclav_11-Oct-10 12:45 
QuestionNot able to register a C++ service Pin
Aseem Sharma10-Oct-10 16:39
Aseem Sharma10-Oct-10 16:39 
AnswerRe: Not able to register a C++ service Pin
Aescleal10-Oct-10 22:34
Aescleal10-Oct-10 22:34 
GeneralRe: Not able to register a C++ service Pin
Aseem Sharma11-Oct-10 17:43
Aseem Sharma11-Oct-10 17:43 
QuestionDetection if computer is a standalone system or is part of a local network system Pin
sdancer759-Oct-10 23:01
sdancer759-Oct-10 23:01 
AnswerRe: Detection if computer is a standalone system or is part of a local network system Pin
Moak14-Oct-10 9:23
Moak14-Oct-10 9:23 
GeneralRe: Detection if computer is a standalone system or is part of a local network system Pin
sdancer7514-Oct-10 23:39
sdancer7514-Oct-10 23:39 
GeneralRe: Detection if computer is a standalone system or is part of a local network system Pin
Moak17-Oct-10 10:24
Moak17-Oct-10 10:24 
GeneralRe: Detection if computer is a standalone system or is part of a local network system Pin
sdancer7518-Oct-10 6:35
sdancer7518-Oct-10 6:35 
GeneralRe: Detection if computer is a standalone system or is part of a local network system Pin
Moak18-Oct-10 10:41
Moak18-Oct-10 10:41 
QuestionConvert COleDateTime to SQL datetime column type Pin
Md Saleem Navalur9-Oct-10 4:10
Md Saleem Navalur9-Oct-10 4:10 
AnswerRe: Convert COleDateTime to SQL datetime column type Pin
Md Saleem Navalur9-Oct-10 6:55
Md Saleem Navalur9-Oct-10 6:55 
QuestionCRecordset count not increase even after Update(). Pin
Le@rner9-Oct-10 2:39
Le@rner9-Oct-10 2:39 
AnswerRe: CRecordset count not increase even after Update(). Pin
David Crow9-Oct-10 15:53
David Crow9-Oct-10 15:53 
GeneralRe: CRecordset count not increase even after Update(). Pin
Le@rner10-Oct-10 18:12
Le@rner10-Oct-10 18:12 
QuestionRe: CRecordset count not increase even after Update(). Pin
David Crow11-Oct-10 1:53
David Crow11-Oct-10 1:53 
QuestionHelp me to implement it. Pin
Le@rner8-Oct-10 23:56
Le@rner8-Oct-10 23:56 
AnswerRe: Help me to implement it. Pin
Richard MacCutchan9-Oct-10 0:39
mveRichard MacCutchan9-Oct-10 0:39 
GeneralRe: Help me to implement it. Pin
Code-o-mat10-Oct-10 21:02
Code-o-mat10-Oct-10 21:02 
QuestionRe: Help me to implement it. Pin
David Crow9-Oct-10 15:56
David Crow9-Oct-10 15:56 

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.