Re: [fpc-devel] Win32 API call GetSystemInfo in {$Mode Delphi} fails

2006-07-17 Thread Graeme Geldenhuys
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

Re: [fpc-devel] Win32 API call GetSystemInfo in {$Mode Delphi} fails

2006-07-17 Thread Marco van de Voort
> 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

[fpc-devel] Win32 API call GetSystemInfo in {$Mode Delphi} fails

2006-07-17 Thread Graeme Geldenhuys
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