On Fri, 26 Oct 2007, Stephano wrote:

> From: "Felipe Monteiro de Carvalho"
> > I think there is a very partial implementation on LCLIntf unit
> > already. I don't think we should really try to replicate it. Lazarus
> > doesn't intend to replicate the Windows API.
> > -- 
> > Felipe Monteiro de Carvalho
> > 
> I am asking because I recall you had a proposal for that on Linux.
> 
> Can the simpleipc unit be used to replace such functionality?

If you simply want to send a message to another program, then the answer is Yes.

Your original question was not very clear: AllocateHwnd simply doesn't
make sense on other systems than Windows. You should specify why you 
need it. After that, we can try to present you with an alternative.

If the idea is to do communication with another process, 
(indeed, a HWnd is often abused for this in Windows) then 
SimpleIPC may be the answer.

Michael.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to