Windows API and druntime/Phobos
Marco Leise
Marco.Leise at gmx.de
Sun Jan 29 13:09:43 PST 2012
Am 28.01.2012, 09:41 Uhr, schrieb Andrej Mitrovic
<andrej.mitrovich at gmail.com>:
> I really hope druntime doesn't get one gigantic windows.d file. I
> don't want to wait seconds for syntax highlighting to kick in because
> a file is huge.
No, it should be done like everywhere else where the IDEs have no problem
dealing with the Windows headers. C++, Delphi, ... . I think COM and
WinSock are usually separate, whereas user32 and kernel32 are commonly
imported through one file. I may be wrong. If a particular IDE/editor is
slow it must be fixed :)
More information about the Digitalmars-d
mailing list