[fpc-devel] procedure ... message(); in Linux
    Marco van de Voort 
    marcov at stack.nl
       
    Wed Feb 17 17:46:08 CET 2010
    
    
  
In our previous episode, Michael Schnell said:
> How to send a message from a thread ?
> 
> How to send a message from another process ?
> 
> I do know that there are other (supposedly more decent) ways to do
> inter-thread and inter-process communication, But as
> procedure...message(), does compile in a Linux executable, I'd like to
> know how it's supposed to be used.
Afaik it is nothing more than a table that says "for msg with value xxx call
method yyy". IOW it is abstract.
    
    
More information about the fpc-devel
mailing list