Click here to Skip to main content
15,916,412 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Change Specific Text Color - RichEdit Control Pin
Richard MacCutchan22-May-12 2:25
mveRichard MacCutchan22-May-12 2:25 
QuestionMFC help: map integration in GUI Pin
jawadali47722-May-12 1:02
jawadali47722-May-12 1:02 
AnswerRe: MFC help: map integration in GUI Pin
Richard MacCutchan22-May-12 1:28
mveRichard MacCutchan22-May-12 1:28 
QuestionBasic Help Pin
Dasttann77721-May-12 18:03
Dasttann77721-May-12 18:03 
QuestionRe: Basic Help Pin
CPallini21-May-12 21:52
mveCPallini21-May-12 21:52 
AnswerRe: Basic Help Pin
Dasttann77721-May-12 21:56
Dasttann77721-May-12 21:56 
GeneralRe: Basic Help Pin
CPallini21-May-12 22:05
mveCPallini21-May-12 22:05 
GeneralRe: Basic Help Pin
Dasttann77721-May-12 22:07
Dasttann77721-May-12 22:07 
GeneralRe: Basic Help Pin
CPallini21-May-12 22:19
mveCPallini21-May-12 22:19 
GeneralRe: Basic Help Pin
Dasttann77721-May-12 22:57
Dasttann77721-May-12 22:57 
QuestionRe: Basic Help Pin
CPallini21-May-12 23:13
mveCPallini21-May-12 23:13 
AnswerRe: Basic Help Pin
Dasttann77721-May-12 23:21
Dasttann77721-May-12 23:21 
GeneralRe: Basic Help Pin
CPallini21-May-12 23:22
mveCPallini21-May-12 23:22 
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 

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.