On 7/17/06, Marco van de Voort <[EMAIL PROTECTED]> wrote:
Fixed in trunk. r4238 in case sb wants to merge it.
Damn that was quick! Thanks.
Graeme.
--
There's no place like 127.0.0.1
___
fpc-devel maillist - fpc-devel@lists.freepascal.org
http
> The win32 API call, GetStartupInfo() fails under FPC with {$Mode
> Delphi} and no preceding @ sign in the parameter. Under Delphi 7 you
> can call GetStartupInfo as show below.
Fixed in trunk. r4238 in case sb wants to merge it.
___
fpc-devel mailli
Hi,
The win32 API call, GetStartupInfo() fails under FPC with {$Mode
Delphi} and no preceding @ sign in the parameter. Under Delphi 7 you
can call GetStartupInfo as show below.
-- Delphi [System.pas]
procedure GetStartupInfo(var lpStartupInfo: TStartupInfo); s