On Sat, 02 Jun 2012 11:46:39 +0200, Godlike <[email protected]>
wrote:
Hi
Im experiencing problems with writing a windows program in D language,
it's really good language width C++ speed and C# easy of use but why
there's no critically important for windows programmers function
SetTimer? Is there a reimplementation or something?
Regards
The core.sys.windows.* modules are translated by hand.
They're not yet complete and would benefit from your contribution.
https://github.com/D-Programming-Language/druntime/tree/master/src/core/sys/windows
martin