[Lazarus] Chain procedure in FPC/Lazarus?

Howard Page-Clark hdpc at talktalk.net
Wed Aug 3 22:19:25 CEST 2011


On 03/8/11 8:41, Howard Lee Harkness wrote:
> In Delphi, I recall that there is an Exec procedure for calling
> another .exe, and a Chain procedure for transferring to another .exe.
> I assume that these are also in FPC/Lazarus, but I haven't found any
> Lazarus documentation for these calls. Could somebody tell me where to
> look?
>
try
http://wiki.lazarus.freepascal.org/Executing_External_Programs
CreateProcess() is the principal function call.

H.




More information about the Lazarus mailing list