Click here to Skip to main content
15,896,153 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: biosdisk(), absread(), abswrite() Pin
RomTibi25-Jul-07 17:16
RomTibi25-Jul-07 17:16 
AnswerRe: biosdisk(), absread(), abswrite() Pin
Mark Salsbery23-Jul-07 6:06
Mark Salsbery23-Jul-07 6:06 
GeneralRe: biosdisk(), absread(), abswrite() Pin
RomTibi23-Jul-07 19:20
RomTibi23-Jul-07 19:20 
QuestionSending message to WindowProc() [modified] Pin
rp_suman22-Jul-07 18:31
rp_suman22-Jul-07 18:31 
AnswerRe: Sending message to WindowProc() Pin
Randor 22-Jul-07 20:18
professional Randor 22-Jul-07 20:18 
GeneralRe: Sending message to WindowProc() Pin
rp_suman22-Jul-07 20:36
rp_suman22-Jul-07 20:36 
GeneralRe: Sending message to WindowProc() Pin
Randor 22-Jul-07 21:13
professional Randor 22-Jul-07 21:13 
GeneralRe: Sending message to WindowProc() Pin
rp_suman22-Jul-07 21:47
rp_suman22-Jul-07 21:47 
Hi,
If I use global namespace Postmessage, there is no error.
The runtime error message is as follows:
"Unhandled exception at 0x7c28e12a (mfc71d.dll) in MIDIApplication.exe: 0xC0000005: Access violation reading location 0x00000020."
The code causing the error is:
AfxGetMainWnd()->SendMessage(wMsg, 0, dwParam1); where wMsg is the message and dwParam1 is the LParam in argument list of static callback function: MidiInProc().
Thanks for your help!!
Best Regards,
Suman
GeneralRe: Sending message to WindowProc() Pin
Stephen Hewitt22-Jul-07 22:02
Stephen Hewitt22-Jul-07 22:02 
GeneralRe: Sending message to WindowProc() [modified] Pin
rp_suman22-Jul-07 22:32
rp_suman22-Jul-07 22:32 
GeneralRe: Sending message to WindowProc() Pin
sw@thi22-Jul-07 23:02
sw@thi22-Jul-07 23:02 
GeneralRe: Sending message to WindowProc() Pin
Randor 23-Jul-07 2:16
professional Randor 23-Jul-07 2:16 
GeneralRe: Sending message to WindowProc() Pin
rp_suman23-Jul-07 3:06
rp_suman23-Jul-07 3:06 
AnswerRe: Sending message to WindowProc() Pin
Stephen Hewitt22-Jul-07 21:13
Stephen Hewitt22-Jul-07 21:13 
GeneralRe: Sending message to WindowProc() Pin
rp_suman22-Jul-07 21:57
rp_suman22-Jul-07 21:57 
QuestionADO Fails to Add New Record In Database, Code compiles and runs fine Pin
shivditya22-Jul-07 17:44
shivditya22-Jul-07 17:44 
QuestionTwo localization questions Pin
mid=574122-Jul-07 16:34
mid=574122-Jul-07 16:34 
AnswerRe: Two localization questions Pin
Sameerkumar Namdeo22-Jul-07 21:06
Sameerkumar Namdeo22-Jul-07 21:06 
GeneralRe: Two localization questions Pin
mid=574123-Jul-07 4:58
mid=574123-Jul-07 4:58 
QuestionHide dialog in ObjectArx Pin
Legolas6522-Jul-07 13:39
Legolas6522-Jul-07 13:39 
QuestionHow to add a resource to an external exe file? Pin
Manthis22-Jul-07 13:20
Manthis22-Jul-07 13:20 
AnswerRe: How to add a resource to an external exe file? Pin
Michael Dunn22-Jul-07 14:13
sitebuilderMichael Dunn22-Jul-07 14:13 
AnswerRe: How to add a resource to an external exe file? Pin
ThatsAlok22-Jul-07 17:49
ThatsAlok22-Jul-07 17:49 
AnswerRe: How to add a resource to an external exe file? Pin
Sameerkumar Namdeo22-Jul-07 21:15
Sameerkumar Namdeo22-Jul-07 21:15 
AnswerRe: How to add a resource to an external exe file? Pin
Manthis23-Jul-07 11:20
Manthis23-Jul-07 11:20 

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.