Sample codes make compilation errors on Windows.
$ cd samples\d
$ build.bat
:
:
:
..\..\windows\bin\dmd pi
pi.d(45): Error: function core.stdc.time.time (int* timer) is not callable using
argument types (long*)
pi.d(49): Error: function core.stdc.time.time (int* timer) is not callable using
argument types (long*)
--- errorlevel 1
It is necessary to revise a type to use time_t from long.
Comment #1 by robert.schadek — 2024-12-13T18:14:59Z