On Fri, 3 Mar 2006, SteveG wrote:

In this specific instance -
I am within Program One and run another (from within the dll) - Program Two
Program Two creates an instance of  TSimpleIPCServer once running
I need Program One to 'pause' the function that started Program Two until the IPCServer is active,
but I still need Program One's Form / Messages to continue

Also a couple of other functions that require actions from processes that are started, then wait till active. Not all of the exe's using the FPC dll are written in FPC/Laz - therefore cant rely on access to Application.ProcessMessages ?

The easiest is probably to use a timer or create a thread after the
server was started. At regular intervals the timer or thread tries
to start the client...

Michael.

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

Reply via email to