Click here to Skip to main content
15,905,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC: CCriticalSection problem Pin
Pixinger7728-Nov-05 8:16
Pixinger7728-Nov-05 8:16 
QuestionSignals in MFC ... Pin
vladko_bg27-Nov-05 23:23
vladko_bg27-Nov-05 23:23 
AnswerRe: Signals in MFC ... Pin
Marc Soleda27-Nov-05 23:47
Marc Soleda27-Nov-05 23:47 
AnswerRe: Signals in MFC ... Pin
vikas amin28-Nov-05 0:23
vikas amin28-Nov-05 0:23 
QuestionProblem with DirectInput8Create while debugging Pin
coldy27-Nov-05 22:23
coldy27-Nov-05 22:23 
AnswerRe: Problem with DirectInput8Create while debugging Pin
Bob Stanneveld27-Nov-05 22:29
Bob Stanneveld27-Nov-05 22:29 
GeneralRe: Problem with DirectInput8Create while debugging Pin
coldy27-Nov-05 22:57
coldy27-Nov-05 22:57 
AnswerRe: Problem with DirectInput8Create while debugging Pin
PJ Arends28-Nov-05 9:39
professionalPJ Arends28-Nov-05 9:39 
I have never done any DX programming, so this is just a guess.

The second parameter is supposed to be the version number for which the application is designed. You specified the DIRECTINPUT_VERSION macro, but what is the value of that macro? It is defined in the file DInput.h. So which version of the file are you using? If you are using the version that came with VC6 then it will be defined as 0x0500 (DX5).
You then provide an IDD for DX8 in the third parameter, and you say you are using the DX9 SDK.

Are you running into too many version conflicts here?



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" - mYkel - 21 Jun '04

"There's not enough blatant self-congratulatory backslapping in the world today..." - HumblePie - 21 Jun '05

Within you lies the power for good - Use it!
GeneralRe: Problem with DirectInput8Create while debugging Pin
coldy28-Nov-05 20:12
coldy28-Nov-05 20:12 
QuestionProblem with DirectInput8Create while debugging Pin
coldy27-Nov-05 21:57
coldy27-Nov-05 21:57 
QuestionProblem with DirectInput8Create while debugging Pin
coldy27-Nov-05 21:57
coldy27-Nov-05 21:57 
Questionhow to test algorithms for stability Pin
newsbies27-Nov-05 21:18
newsbies27-Nov-05 21:18 
QuestionRe: how to test algorithms for stability Pin
Bob Stanneveld27-Nov-05 22:16
Bob Stanneveld27-Nov-05 22:16 
AnswerRe: how to test algorithms for stability Pin
newsbies27-Nov-05 22:45
newsbies27-Nov-05 22:45 
GeneralRe: how to test algorithms for stability Pin
Bob Stanneveld28-Nov-05 7:29
Bob Stanneveld28-Nov-05 7:29 
QuestionAssertion failure on CPropertySheet Pin
cpp_prgmer27-Nov-05 21:04
cpp_prgmer27-Nov-05 21:04 
AnswerRe: Assertion failure on CPropertySheet Pin
Blake Miller28-Nov-05 8:12
Blake Miller28-Nov-05 8:12 
GeneralRe: Assertion failure on CPropertySheet Pin
cpp_prgmer29-Nov-05 23:50
cpp_prgmer29-Nov-05 23:50 
GeneralRe: Assertion failure on CPropertySheet Pin
cpp_prgmer22-Jan-06 19:09
cpp_prgmer22-Jan-06 19:09 
GeneralRe: Assertion failure on CPropertySheet Pin
Blake Miller23-Jan-06 6:04
Blake Miller23-Jan-06 6:04 
QuestionPlease Help me............. Pin
thelip200527-Nov-05 19:34
thelip200527-Nov-05 19:34 
AnswerRe: Please Help me............. Pin
Calc2027-Nov-05 21:00
Calc2027-Nov-05 21:00 
AnswerRe: Please Help me............. Pin
Marc Soleda27-Nov-05 23:59
Marc Soleda27-Nov-05 23:59 
AnswerRe: Please Help me............. Pin
ThatsAlok29-Nov-05 1:59
ThatsAlok29-Nov-05 1:59 
QuestionReceiving events from an iframe in a CDHtmlDialog Pin
Florian Schaper27-Nov-05 19:17
Florian Schaper27-Nov-05 19:17 

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.