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

C / C++ / MFC

 
AnswerRe: MFC: CCriticalSection problem Pin
sunit528-Nov-05 0:50
sunit528-Nov-05 0:50 
GeneralRe: MFC: CCriticalSection problem Pin
Pixinger7728-Nov-05 4:00
Pixinger7728-Nov-05 4:00 
GeneralRe: MFC: CCriticalSection problem Pin
BadKarma28-Nov-05 5:07
BadKarma28-Nov-05 5:07 
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 
Hi,
here is my code...
BOOL cInput::Init(HWND hWnd, HINSTANCE hInst)
{
// Free a prior Init
Shutdown();
// Record parent Window handle
m_hWnd = hWnd;
// Create a DirectInput interface \\\
m_pDI = NULL;
if(FAILED(DirectInput8Create( hInst, DIRECTINPUT_VERSION, IID_IDirectInput8, (void**)&m_pDI, NULL)))
return FALSE;
// Return a success
return TRUE;
}
i use VC++ 6.0 and directx 9 sdk
can anybody tell me whats wrong with this code ,it compiles n runs fine but while debugging at line "DirectInput8Create" it exits to the
assembly gives dialog "userbreakpoint called at .....".here the hInst is valid...n even rest seems fine for me.any kind of help is welcomed.
thanks in advance...
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 
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 

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.