[fpc-devel] Does 3.2.3 still support Windows XP ?

Sven Barth pascaldragon at googlemail.com
Tue Aug 11 23:37:44 CEST 2026


Am 06.08.2026 um 22:33 schrieb Marco van de Voort via fpc-devel:
>
> Op 6-8-2026 om 16:47 schreef Martin Frb via fpc-devel:
>>>>>
>>>>> But, it the IDE code had GetTickCount64 for a long time, and it 
>>>>> did start with fpc 3.2.3 before.
>>>>> So there must have been a method that was called instead?
>>>>
>>>> As far as I can see, IDE itself calls GetTickCount, not 
>>>> GetTickCount64 (in particular in whelp.pas). Ditto for FreeVision 
>>>> (in unit Drivers).
>>
>> Sorry, I meant the Lazarus IDE. 
>
> I checked
>
> - lazarus/trunk  with FPC/trunk from a few days ago:  no import for 
> gettickcount64
>
> - fpc/fixes branch from 2026/06/13 both a sysutils only program as the 
> textmode ide: no gettickcount64 import.
>
> So the next step would be to check the offending lazarus' import 
> section with some PE dump/dependency tool. If that checks for 
> gettickcount64, also build it without plugins to see if the dependency 
> is in the core lazarus or one of the plugins.

Best compile with -Xm which will generate a map file that will contain a 
list of (mangled) symbols and the object files they belong to.

Regards,
Sven


More information about the fpc-devel mailing list