Custom Messages in Multithreaded applications

Can anyone suggest a good article on how to use customized messages in multithreaded applications?
I am getting some problems due to this in my release version.
[169 byte] By [Amit Sebiz] at [2007-11-18 17:37:36]
# 1 Re: Custom Messages in Multithreaded applications
Well...take a look at the following FAQ ( http://www.dev-archive.com/forum/showthread.php?s=&threadid=231250)...

However, what is the specific problem?
Andreas Masur at 2007-11-9 13:55:53 >
# 2 Re: Custom Messages in Multithreaded applications
Actually i was using some custom messages in my application which were fired using the postmessage of view class in a thread.
but that were creating some problrms in my release version.
when i removed the messages and instead called the handler functions directly(using the pointer of the view). the problem solved. I just wanted to know where the problem was in posting messages.
Amit Sebiz at 2007-11-9 13:56:53 >
# 3 Re: Custom Messages in Multithreaded applications
Well...that sounds a little bit strange...however, I do not suspect the messages itself being the problem...in other words passing messages between threads etc.
Andreas Masur at 2007-11-9 13:57:52 >