March 12, 2016 Learn » Using tango or other static lib in static lib | |||
|---|---|---|---|
| |||
...many errors, mostly import errors (in tango.sys.win32). I fixed them adding version to... | |||
March 09, 2016 Learn » Re: Use of GUID constants | |||
|---|---|---|---|
| |||
...pUnk; > > // > // Does not compile: > // > // Error: function > core.sys.windows.unknwn.IUnknown.QueryInterface(const(GUID)* riid... | |||
March 09, 2016 Learn » Use of GUID constants | |||
|---|---|---|---|
| |||
...import core.sys.windows.windows; import core.sys.windows.com; import core.sys.windows.objidl... | |||
March 06, 2016 Druntime » [D-runtime] [D-Programming-Language/druntime] 224e13: Add missing epoll_event structures. | |||
|---|---|---|---|
| |||
...Mar 2016)
Changed paths:
M src/core/sys/linux/epoll.d
Log Message:
-----------
Add missing... | |||
March 06, 2016 Druntime » [D-runtime] [D-Programming-Language/druntime] c94547: Fix epoll_event for non-X86 architectures | |||
|---|---|---|---|
| |||
...Mar 2016)
Changed paths:
M src/core/sys/linux/epoll.d
Log Message:
-----------
Fix epoll... | |||
March 06, 2016 Learn » Create Windows "shortcut" (.lnk) with D? | |||
|---|---|---|---|
| |||
...core.sys.windows.basetyps, core.sys.windows.com, core.sys.windows.objbase, core.sys.windows... | |||
March 04, 2016 Issues » [Issue 15761] New: Windows wide character console output broken with MS runtime | |||
|---|---|---|---|
| |||
...mk@krej.cz
import std.stdio, core.sys.windows.windows;
void main()
{
SetConsoleOutputCP(65001);
writeln... | |||
February 29, 2016 Learn » Re: D equivalent of run-time DLLs / Plugins | |||
|---|---|---|---|
| |||
...following works: import std.stdio; import core.sys.linux.dlfcn; extern(C) int library_func... | |||
February 28, 2016 Druntime » [D-runtime] [D-Programming-Language/druntime] d823f0: document VS2015 support | |||
|---|---|---|---|
| |||
...src/core/sys/linux/sys/inotify.d
A src/core/sys/linux/sys/socket.d... | |||
February 26, 2016 Learn » Re: how do you append arrays? | |||
|---|---|---|---|
| |||
...writeln; import core.stdc.stdio; import core.sys.posix.termios; /* The declaration of cfmakeraw, which... | |||
Copyright © 1999-2021 by the D Language Foundation