Search

September 11, 2015
Learn »
...check can be made like this:

import core.sys.windows.windows : GetConsoleCP;
bool hasConsole = !!GetConsoleCP();

September 11, 2015
Issues »
...does not compile:

version(Windows)
{
    import core.sys.windows.dll : SimpleDllMain;
    mixin SimpleDllMain;
}

Because SimpleDllMain...
September 09, 2015
Learn »
The struct core.sys.linux.sys.inotify.inotify_event contains the field "char[0] name...
September 06, 2015
Learn »
...suppose to be more complete than core.sys.windows)

Obviously the issue is that I...
September 06, 2015
Learn »
...to access the windows api? `import core.sys.windows.windows;` or something else? Also, are...
September 02, 2015
Druntime »
...d
    M src/core/sys/linux/fcntl.d
    A src/core/sys/linux/unistd.d...
September 02, 2015
Learn »
...core.sys.posix.sys.types (/Library/D/dmd/src/druntime/import/core/sys/posix/sys...
September 02, 2015
Genel »
...city = resp["name"].str;
   auto country = resp["sys"]["country"].str;
   auto desc = resp["weather"][0...
September 01, 2015
Issues »
...No rule to make target src/core/sys/stdio_msvc12.d

https://github.com/D...
September 01, 2015
Druntime »
...No rule to make target src/core/sys/stdio_msvc12.d


  Commit: de5a0bc74c2027afc56d2326130655ad01ad5270
      https://github...
140 141 142 143 144 145 146 147 148 149 150
Next ›   Last »