Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestioncapAVI question for a real capAVI gurus. Pin
Vaclav_21-May-12 11:28
Vaclav_21-May-12 11:28 
AnswerRe: capAVI question for a real capAVI gurus. Pin
Vaclav_21-May-12 15:40
Vaclav_21-May-12 15:40 
GeneralSOLVED capAVI question for a real capAVI gurus. Pin
Vaclav_22-May-12 4:53
Vaclav_22-May-12 4:53 
QuestionCEdit Selection Orientation Pin
baerten21-May-12 4:08
baerten21-May-12 4:08 
AnswerRe: CEdit Selection Orientation Pin
Code-o-mat21-May-12 5:17
Code-o-mat21-May-12 5:17 
GeneralRe: CEdit Selection Orientation Pin
baerten21-May-12 23:31
baerten21-May-12 23:31 
GeneralRe: CEdit Selection Orientation Pin
Code-o-mat21-May-12 23:33
Code-o-mat21-May-12 23:33 
QuestionUnhandled exception at..... Access violation Pin
ForNow20-May-12 23:36
ForNow20-May-12 23:36 
Hi,
I have a Window app from which I am doing communication to a DOS app via named pipes
My method of doing this is to signal a event after I have queued the messages to the DOS app
The method from which I am signaling the event is inoked via SendWindow and has
and thus has a prototype LRESULT (WPARAM, LPARAM)
The problem is as soon as I SIGNAL the event control is transfered
When control is returned to the method which signaled the event it executes the
next statement which causes an access violation

listed below is the code in question

<pre lang='cpp'> LRESULT CprogDebug::receive_tcpip(WPARAM mywparam,LPARAM mylparam)

.
.
.
.
.


myeventptr->send_window = this;
myeventptr->SetEvent(); // queue message
return TRUE; // <==== access violation </pre>

Thanks in Advance
AnswerRe: Unhandled exception at..... Access violation Pin
charlieg21-May-12 5:49
charlieg21-May-12 5:49 
GeneralRe: Unhandled exception at..... Access violation Pin
ForNow21-May-12 8:14
ForNow21-May-12 8:14 
GeneralRe: Unhandled exception at..... Access violation Pin
charlieg21-May-12 8:21
charlieg21-May-12 8:21 
GeneralRe: Unhandled exception at..... Access violation Pin
TomasRiker221-May-12 10:49
TomasRiker221-May-12 10:49 
AnswerRe: Unhandled exception at..... Access violation Pin
Luc Pattyn21-May-12 9:41
sitebuilderLuc Pattyn21-May-12 9:41 
GeneralRe: Unhandled exception at..... Access violation Pin
David Crow21-May-12 9:45
David Crow21-May-12 9:45 
GeneralRe: Unhandled exception at..... Access violation Pin
ForNow21-May-12 13:12
ForNow21-May-12 13:12 
GeneralRe: Unhandled exception at..... Access violation Pin
ForNow22-May-12 2:51
ForNow22-May-12 2:51 
QuestionIs it possible to turn a c++ MFC or win32 app into a click once deployment Pin
jkirkerx20-May-12 9:50
professionaljkirkerx20-May-12 9:50 
Answer.Re: Is it possible to turn a c++ MFC or win32 app into a click once deployment Pin
Vitaly Tomilov20-May-12 11:13
Vitaly Tomilov20-May-12 11:13 
GeneralRe: .Re: Is it possible to turn a c++ MFC or win32 app into a click once deployment Pin
jkirkerx21-May-12 4:08
professionaljkirkerx21-May-12 4:08 
GeneralRe: .Re: Is it possible to turn a c++ MFC or win32 app into a click once deployment Pin
Albert Holguin21-May-12 4:38
professionalAlbert Holguin21-May-12 4:38 
GeneralRe: .Re: Is it possible to turn a c++ MFC or win32 app into a click once deployment Pin
jkirkerx21-May-12 8:19
professionaljkirkerx21-May-12 8:19 
GeneralRe: .Re: Is it possible to turn a c++ MFC or win32 app into a click once deployment Pin
Vitaly Tomilov21-May-12 8:44
Vitaly Tomilov21-May-12 8:44 
GeneralRe: .Re: Is it possible to turn a c++ MFC or win32 app into a click once deployment Pin
Albert Holguin21-May-12 9:56
professionalAlbert Holguin21-May-12 9:56 
QuestionGet rid of _ftol2_sse Pin
SystemFiles19-May-12 2:59
SystemFiles19-May-12 2:59 
AnswerRe: Get rid of _ftol2_sse Pin
Chris Losinger19-May-12 4:46
professionalChris Losinger19-May-12 4:46 

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.