Click here to Skip to main content
15,879,326 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: "using system" generates "undeclared" error. _outp also. Pin
Goto_Label_3-Nov-11 8:22
Goto_Label_3-Nov-11 8:22 
GeneralRe: "using system" generates "undeclared" error. _outp also. Pin
RealHigh4-Nov-11 8:39
RealHigh4-Nov-11 8:39 
QuestionRe: "using system" generates "undeclared" error. _outp also. Pin
David Crow3-Nov-11 9:49
David Crow3-Nov-11 9:49 
AnswerRe: "using system" generates "undeclared" error. _outp also. Pin
RealHigh4-Nov-11 8:45
RealHigh4-Nov-11 8:45 
QuestionWhy DrawText() fails? Pin
RS.Ratheesh3-Nov-11 4:03
RS.Ratheesh3-Nov-11 4:03 
QuestionRe: Why DrawText() fails? Pin
David Crow3-Nov-11 4:22
David Crow3-Nov-11 4:22 
AnswerRe: Why DrawText() fails? Pin
Albert Holguin3-Nov-11 4:55
professionalAlbert Holguin3-Nov-11 4:55 
AnswerRe: Access violation: Something is NULL Pin
Software_Developer3-Nov-11 6:46
Software_Developer3-Nov-11 6:46 
The problem isn't with the DrawText call itself. Apparently something is NULL in
DrawText(HDC hDC,LPCTSTR lpchText,int nCount,LPRECT lpRect,UINT uFormat)



An access violation occurs in unmanaged or unsafe code when it attempts to read or write to memory that has not been allocated, or to which it does not have access. Not all reads or writes through bad pointers lead to access violations, so an access violation usually indicates that several reads or writes have occurred through bad pointers, and that memory might be corrupted.

[This] might shed some light.
QuestionRe: Access violation: Something is NULL Pin
bob169724-Nov-11 3:44
bob169724-Nov-11 3:44 
AnswerRe: Why DrawText() fails? Pin
Richard MacCutchan3-Nov-11 7:14
mveRichard MacCutchan3-Nov-11 7:14 
QuestionRestore folder to previous version? Pin
bosfan3-Nov-11 3:23
bosfan3-Nov-11 3:23 
AnswerRe: Restore folder to previous version? Pin
David Crow3-Nov-11 4:28
David Crow3-Nov-11 4:28 
GeneralRe: Restore folder to previous version? Pin
bosfan3-Nov-11 4:34
bosfan3-Nov-11 4:34 
AnswerRe: No such function. Pin
App_3-Nov-11 7:31
App_3-Nov-11 7:31 
GeneralRe: No such function. Pin
Philippe Mori4-Nov-11 14:41
Philippe Mori4-Nov-11 14:41 
QuestionAfter video(MCIWndPlay) stops and window is moved control becomes empty??? Pin
VCProgrammer2-Nov-11 19:45
VCProgrammer2-Nov-11 19:45 
AnswerRe: After video(MCIWndPlay) stops and window is moved control becomes empty??? Pin
Software_Developer2-Nov-11 23:26
Software_Developer2-Nov-11 23:26 
QuestionSave as.. and open Pin
antonio3432-Nov-11 8:36
antonio3432-Nov-11 8:36 
AnswerRe: Save as.. and open Pin
Maximilien2-Nov-11 9:20
Maximilien2-Nov-11 9:20 
AnswerRe: Save as.. and open Pin
Richard MacCutchan2-Nov-11 9:36
mveRichard MacCutchan2-Nov-11 9:36 
GeneralRe: Save as.. and open Pin
antonio3432-Nov-11 9:43
antonio3432-Nov-11 9:43 
AnswerRe: Save as.. and open Pin
Albert Holguin2-Nov-11 9:52
professionalAlbert Holguin2-Nov-11 9:52 
GeneralRe: Save as.. and open Pin
Richard MacCutchan2-Nov-11 12:48
mveRichard MacCutchan2-Nov-11 12:48 
AnswerRe: Save as.. and open Pin
Albert Holguin2-Nov-11 9:50
professionalAlbert Holguin2-Nov-11 9:50 
GeneralRe: Save as.. and open Pin
antonio3432-Nov-11 10:18
antonio3432-Nov-11 10:18 

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.