March 19, 2015 Druntime » [D-runtime] [D-Programming-Language/druntime] 933f28: Add OSX events header file | |||
|---|---|---|---|
| |||
...2015)
Changed paths:
A src/core/sys/osx/sys/event.d
Log Message:
-----------
Add OSX... | |||
March 19, 2015 Issues » [Issue 14309] New: The difference between Microsoft's GUID and std.uuid.UUID | |||
|---|---|---|---|
| |||
...does this happen? -------------- import std.stdio, core.sys.windows.com, std.uuid; pragma(lib, "uuid... | |||
March 18, 2015 Learn » variadic mixin - the right tool for the job? | |||
|---|---|---|---|
| |||
...with variadic mixins?
#define log(variadic-arg) sys-log("%s:%s" + variadic-arg[0], __FILE... | |||
March 17, 2015 Learn » Understanding behavior of member functions loaded at runtime | |||
|---|---|---|---|
| |||
...return a + b; } } ============================================================ module test; import core.sys.posix.dlfcn; import core.stdc.stdio; import... | |||
March 13, 2015 Learn » Re: OutputDebugString() | |||
|---|---|---|---|
| |||
...do it is as follows: --- import core.sys.windows.windows; extern (Windows) OutputDebugString( LPCTSTR ); /// Add... | |||
March 13, 2015 Learn » Re: embedding Pyd in Windows program | |||
|---|---|---|---|
| |||
...main program:
---
py_eval!string("import sys\nprint(sys.path)");
---
and it didn't print... | |||
March 13, 2015 Learn » Re: embedding Pyd in Windows program | |||
|---|---|---|---|
| |||
...up. In your embedded python, import sys print (sys.path) make sure everything is pointing... | |||
March 12, 2015 Learn » Re: embedding Pyd in Windows program | |||
|---|---|---|---|
| |||
...I now get a syntax error:
file=sys.stderr)
^
SyntaxError: invalid syntax
Error executing command... | |||
March 09, 2015 Issues » [Issue 14263] Missing sections core.sys.windows.dll & std.c.windows.windows in runtime documentation | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=14263 Robert M. Münch <robert.muench@saphirion... | |||
March 09, 2015 Issues » [Issue 14263] New: Missing sections core.sys.windows.dll & std.c.windows.windows in runtime documentation | |||
|---|---|---|---|
| |||
...Issue ID: 14263
Summary: Missing sections core.sys.windows.dll &
std.c.windows.windows in... | |||
Copyright © 1999-2021 by the D Language Foundation