Click here to Skip to main content
15,916,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Serial Port configuration Pin
Vaclav_31-Mar-10 6:19
Vaclav_31-Mar-10 6:19 
GeneralRe: Serial Port configuration Pin
rick742331-Mar-10 6:56
rick742331-Mar-10 6:56 
GeneralRe: Serial Port configuration Pin
rick742331-Mar-10 9:34
rick742331-Mar-10 9:34 
GeneralRe: Serial Port configuration Pin
rick74231-Apr-10 2:24
rick74231-Apr-10 2:24 
GeneralRe: Serial Port configuration Pin
jeron11-Apr-10 5:09
jeron11-Apr-10 5:09 
GeneralRe: Serial Port configuration Pin
rick74231-Apr-10 6:50
rick74231-Apr-10 6:50 
GeneralRe: Serial Port configuration Pin
jeron11-Apr-10 9:33
jeron11-Apr-10 9:33 
Questionaccess dynamically allocated structure Pin
rupeshkp72831-Mar-10 2:07
rupeshkp72831-Mar-10 2:07 
AnswerRe: access dynamically allocated structure Pin
Eugen Podsypalnikov31-Mar-10 2:29
Eugen Podsypalnikov31-Mar-10 2:29 
GeneralRe: access dynamically allocated structure Pin
Richard MacCutchan31-Mar-10 2:35
mveRichard MacCutchan31-Mar-10 2:35 
GeneralRe: access dynamically allocated structure Pin
Eugen Podsypalnikov31-Mar-10 2:37
Eugen Podsypalnikov31-Mar-10 2:37 
GeneralRe: access dynamically allocated structure Pin
Richard MacCutchan31-Mar-10 3:03
mveRichard MacCutchan31-Mar-10 3:03 
GeneralRe: access dynamically allocated structure Pin
Eugen Podsypalnikov31-Mar-10 3:09
Eugen Podsypalnikov31-Mar-10 3:09 
GeneralRe: access dynamically allocated structure Pin
rupeshkp72831-Mar-10 2:35
rupeshkp72831-Mar-10 2:35 
AnswerRe: access dynamically allocated structure Pin
Richard MacCutchan31-Mar-10 2:32
mveRichard MacCutchan31-Mar-10 2:32 
AnswerRe: access dynamically allocated structure Pin
CPallini31-Mar-10 2:36
mveCPallini31-Mar-10 2:36 
AnswerRe: access dynamically allocated structure Pin
KingsGambit31-Mar-10 2:36
KingsGambit31-Mar-10 2:36 
AnswerRe: access dynamically allocated structure Pin
Member 392263931-Mar-10 2:52
Member 392263931-Mar-10 2:52 
Questionerror C2664 Pin
002comp30-Mar-10 22:18
002comp30-Mar-10 22:18 
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 
Nope.

However, as Rejeesh suggested, even in Microsoft samples there is the 'cast-hack'.

Anyway, at least on my system, the following declaration:
void CALLBACK myTimerFun(HWND , UINT , UINT_PTR , DWORD );

compiles fine, without the need of casting.
Smile | :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]
modified on Wednesday, March 31, 2010 5:47 AM

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 

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.