Click here to Skip to main content
15,914,109 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: warning C4244 ... conversion from 'int' to 'char', possible loss of data Pin
CPallini14-Sep-08 8:19
mveCPallini14-Sep-08 8:19 
GeneralRe: warning C4244 ... conversion from 'int' to 'char', possible loss of data Pin
FrankMookie14-Sep-08 10:44
FrankMookie14-Sep-08 10:44 
GeneralRe: warning C4244 ... conversion from 'int' to 'char', possible loss of data Pin
CPallini14-Sep-08 11:31
mveCPallini14-Sep-08 11:31 
QuestionA Question about AfxRegisterWndClass Pin
BobInNJ13-Sep-08 13:09
BobInNJ13-Sep-08 13:09 
AnswerRe: A Question about AfxRegisterWndClass Pin
Mark Salsbery13-Sep-08 15:55
Mark Salsbery13-Sep-08 15:55 
AnswerRe: A Question about AfxRegisterWndClass Pin
CPallini14-Sep-08 6:53
mveCPallini14-Sep-08 6:53 
QuestionWhy the hell does the TranslateMessage() fail? Pin
Joseph Marzbani13-Sep-08 9:04
Joseph Marzbani13-Sep-08 9:04 
AnswerRe: Why the hell does the TranslateMessage() fail? Pin
Mark Salsbery13-Sep-08 9:19
Mark Salsbery13-Sep-08 9:19 
NewsRe: Why the hell does the TranslateMessage() fail? Pin
Joseph Marzbani13-Sep-08 9:26
Joseph Marzbani13-Sep-08 9:26 
GeneralRe: Why the hell does the TranslateMessage() fail? Pin
Mark Salsbery13-Sep-08 9:40
Mark Salsbery13-Sep-08 9:40 
GeneralRe: Why the hell does the TranslateMessage() fail? Pin
Joseph Marzbani13-Sep-08 9:51
Joseph Marzbani13-Sep-08 9:51 
GeneralRe: Why the hell does the TranslateMessage() fail? Pin
Perspx13-Sep-08 9:59
Perspx13-Sep-08 9:59 
GeneralRe: Why the hell does the TranslateMessage() fail? Pin
Joseph Marzbani13-Sep-08 10:06
Joseph Marzbani13-Sep-08 10:06 
GeneralRe: Why the hell does the TranslateMessage() fail? Pin
Mark Salsbery13-Sep-08 10:17
Mark Salsbery13-Sep-08 10:17 
AnswerRe: Why the hell does the TranslateMessage() fail? Pin
Joseph Marzbani13-Sep-08 22:08
Joseph Marzbani13-Sep-08 22:08 
QuestionRe: Why the hell does the TranslateMessage() fail? Pin
CPallini13-Sep-08 22:54
mveCPallini13-Sep-08 22:54 
GeneralRe: Why the hell does the TranslateMessage() fail? Pin
Mark Salsbery14-Sep-08 9:27
Mark Salsbery14-Sep-08 9:27 
GeneralRe: Why the hell does the TranslateMessage() fail? Pin
Joseph Marzbani15-Sep-08 4:18
Joseph Marzbani15-Sep-08 4:18 
GeneralRe: Why the hell does the TranslateMessage() fail? Pin
Perspx13-Sep-08 9:32
Perspx13-Sep-08 9:32 
AnswerRe: Why the hell does the TranslateMessage() fail? Pin
Joseph Marzbani13-Sep-08 9:45
Joseph Marzbani13-Sep-08 9:45 
GeneralRe: Why the hell does the TranslateMessage() fail? Pin
Perspx13-Sep-08 9:48
Perspx13-Sep-08 9:48 
QuestionGetRawInputDeviceInfo' : undeclared identifier [modified] Pin
hariakuthota13-Sep-08 6:58
hariakuthota13-Sep-08 6:58 
QuestionWM_INPUT' : undeclared identifier Pin
hariakuthota13-Sep-08 5:48
hariakuthota13-Sep-08 5:48 
AnswerRe: WM_INPUT' : undeclared identifier Pin
bob1697213-Sep-08 6:14
bob1697213-Sep-08 6:14 
"Minimum operating systems Windows XP"

Do you have the appropriate symbols defined for OS version in your stdafx.h file? Make sure they are 0x0501 to ensure the xp specific symbols get defined during compilation. Make sure to do a "Rebuild Solution" or equivalent to prevent any false negatives.
GeneralRe: WM_INPUT' : undeclared identifier Pin
hariakuthota13-Sep-08 20:14
hariakuthota13-Sep-08 20:14 

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.