September 11, 2015 Learn » Re: Version for windows/console compilation? | |||
|---|---|---|---|
| |||
...check can be made like this: import core.sys.windows.windows : GetConsoleCP; bool hasConsole = !!GetConsoleCP(); | |||
September 11, 2015 Issues » [Issue 15036] New: SimpleDllMain assumes various symbols are available unqualified | |||
|---|---|---|---|
| |||
...does not compile:
version(Windows)
{
import core.sys.windows.dll : SimpleDllMain;
mixin SimpleDllMain;
}
Because SimpleDllMain... | |||
September 09, 2015 Learn » char[] ported from C to char[0] in the D core library | |||
|---|---|---|---|
| |||
The struct core.sys.linux.sys.inotify.inotify_event contains the field "char[0] name... | |||
September 06, 2015 Learn » Re: Windows Resources | |||
|---|---|---|---|
| |||
...suppose to be more complete than core.sys.windows) Obviously the issue is that I... | |||
September 06, 2015 Learn » Re: Windows Resources | |||
|---|---|---|---|
| |||
...to access the windows api? `import core.sys.windows.windows;` or something else? Also, are... | |||
September 02, 2015 Druntime » [D-runtime] [D-Programming-Language/druntime] 891275: Place SEEK_DATA, SEEK_HOLE in core.sys.linux.unist... | |||
|---|---|---|---|
| |||
...d
M src/core/sys/linux/fcntl.d
A src/core/sys/linux/unistd.d... | |||
September 02, 2015 Learn » Re: Digger 2.3 & verstr.h problem | |||
|---|---|---|---|
| |||
...core.sys.posix.sys.types (/Library/D/dmd/src/druntime/import/core/sys/posix/sys... | |||
September 02, 2015 Genel » pipe komutu nedir? | |||
|---|---|---|---|
| |||
...city = resp["name"].str; auto country = resp["sys"]["country"].str; auto desc = resp["weather"][0... | |||
September 01, 2015 Issues » [Issue 14990] No rule to make target `src/core/sys/windows/stdio_msvc12.d', needed by 'druntime.zip'. | |||
|---|---|---|---|
| |||
...No rule to make target src/core/sys/stdio_msvc12.d https://github.com/D... | |||
September 01, 2015 Druntime » [D-runtime] [D-Programming-Language/druntime] 9d3de5: fix Issue 14990 No rule to make target src/core/sy... | |||
|---|---|---|---|
| |||
...No rule to make target src/core/sys/stdio_msvc12.d
Commit: de5a0bc74c2027afc56d2326130655ad01ad5270
https://github... | |||
Copyright © 1999-2021 by the D Language Foundation