Click here to Skip to main content
15,888,521 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: error C2664 Pin
KingsGambit30-Mar-10 22:27
KingsGambit30-Mar-10 22:27 
GeneralRe: error C2664 Pin
002comp30-Mar-10 23:16
002comp30-Mar-10 23:16 
GeneralRe: error C2664 [modified] Pin
CPallini30-Mar-10 23:28
mveCPallini30-Mar-10 23:28 
AnswerRe: error C2664 Pin
Eugen Podsypalnikov31-Mar-10 0:00
Eugen Podsypalnikov31-Mar-10 0:00 
GeneralRe: error C2664 [modified] Pin
002comp31-Mar-10 1:54
002comp31-Mar-10 1:54 
GeneralRe: error C2664 Pin
KingsGambit30-Mar-10 23:34
KingsGambit30-Mar-10 23:34 
GeneralRe: error C2664 Pin
002comp31-Mar-10 1:35
002comp31-Mar-10 1:35 
GeneralRe: error C2664 Pin
KingsGambit31-Mar-10 2:03
KingsGambit31-Mar-10 2:03 
As CPallini suggested change the function signature of Timer proc as follows:

VOID CALLBACK TimerProc(HWND hwnd,
UINT uMsg,
UINT_PTR idEvent,
DWORD dwTime
);

I hope, that would compile without casting.
GeneralRe: error C2664 Pin
002comp31-Mar-10 2:14
002comp31-Mar-10 2:14 
GeneralRe: error C2664 Pin
KingsGambit31-Mar-10 2:18
KingsGambit31-Mar-10 2:18 
GeneralRe: error C2664 Pin
002comp31-Mar-10 2:28
002comp31-Mar-10 2:28 
GeneralRe: error C2664 Pin
Emilio Garavaglia30-Mar-10 23:57
Emilio Garavaglia30-Mar-10 23:57 
AnswerRe: error C2664 Pin
arun_pk30-Mar-10 23:26
arun_pk30-Mar-10 23:26 
QuestionCan the OnSelchange event of the combo box be accessed in any other page Pin
hansrajlal30-Mar-10 21:00
hansrajlal30-Mar-10 21:00 
AnswerRe: Can the OnSelchange event of the combo box be accessed in any other page Pin
CPallini30-Mar-10 21:23
mveCPallini30-Mar-10 21:23 
QuestionTree View control - Coloum rearrange Pin
arun_pk30-Mar-10 20:18
arun_pk30-Mar-10 20:18 
AnswerRe: Tree View control - Coloum rearrange Pin
Eugen Podsypalnikov30-Mar-10 22:53
Eugen Podsypalnikov30-Mar-10 22:53 
GeneralRe: Tree View control - Coloum rearrange Pin
arun_pk30-Mar-10 23:14
arun_pk30-Mar-10 23:14 
GeneralRe: Tree View control - Coloum rearrange Pin
Eugen Podsypalnikov30-Mar-10 23:25
Eugen Podsypalnikov30-Mar-10 23:25 
GeneralRe: Tree View control - Coloum rearrange Pin
arun_pk30-Mar-10 23:36
arun_pk30-Mar-10 23:36 
GeneralRe: Tree View control - Coloum rearrange Pin
Eugen Podsypalnikov30-Mar-10 23:40
Eugen Podsypalnikov30-Mar-10 23:40 
GeneralRe: Tree View control - Coloum rearrange Pin
arun_pk30-Mar-10 23:46
arun_pk30-Mar-10 23:46 
QuestionHow I can make my MFC dialoge application workable online? Pin
moh.hijjawi30-Mar-10 7:55
moh.hijjawi30-Mar-10 7:55 
AnswerRe: How I can make my MFC dialoge application workable online? Pin
LunaticFringe30-Mar-10 9:08
LunaticFringe30-Mar-10 9:08 
GeneralRe: How I can make my MFC dialoge application workable online? Pin
moh.hijjawi30-Mar-10 9:28
moh.hijjawi30-Mar-10 9:28 

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.