June 15, 2016 General » Re: fork/exec performance problem? | |||
|---|---|---|---|
| |||
...stdc.stdlib; import core.sys.posix.unistd; import core.sys.posix.sys.wait; int process... | |||
June 13, 2016 IDEs » Building Visual D | |||
|---|---|---|---|
| |||
...c.windows.com is deprecated - Import core.sys.windows.com instead visuald.rc(82) : error... | |||
June 13, 2016 Learn » Accessing COM Objects | |||
|---|---|---|---|
| |||
...stdio; import std.stdio, core.sys.windows.com, core.sys.windows.windows, std.exception, std... | |||
June 07, 2016 Learn » Recommended coding convention for combining unix and windows code ? | |||
|---|---|---|---|
| |||
...Windows ) {
import core.sys.windows;
class MyInfo {...}
} else version( Posix ) {
import core.sys.posix;
class... | |||
June 07, 2016 Issues » [Issue 15547] 64-bit struct alignment in core.sys.windows.setupapi inconsistent with msvc | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=15547 --- Comment #2 from jiki@red.email... | |||
June 07, 2016 Issues » [Issue 16049] core.sys.windows structs have wrong sizes and aligns | |||
|---|---|---|---|
| |||
...pr-win32-align Fix issue 16049 - core.sys.windows structs have wrong sizes and aligns -- | |||
June 07, 2016 Druntime » [D-runtime] [dlang/druntime] 011a00: Fix paddings of structs in commdlg, nb30, winhttp fo... | |||
|---|---|---|---|
| |||
...sys/windows/commdlg.d
M src/core/sys/windows/nb30.d
M src/core/sys... | |||
June 07, 2016 Issues » [Issue 16134] New: core.sys.windows.exdisp.DWebBrowserEvents2 incorrect definition | |||
|---|---|---|---|
| |||
...id=16134
Issue ID: 16134
Summary: core.sys.windows.exdisp.DWebBrowserEvents2 incorrect
definition
Product: D... | |||
June 07, 2016 Issues » [Issue 16049] core.sys.windows structs have wrong sizes and aligns | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=16049 --- Comment #4 from jiki@red.email... | |||
June 06, 2016 Learn » Windows system casting | |||
|---|---|---|---|
| |||
...std.stdio;
import std.string;
import core.sys.windows.windows;
void main() {
string filepath = "C... | |||
Copyright © 1999-2021 by the D Language Foundation