Search

July 06, 2013
Genel »
...geliştirilirse WinApi kullanması zorunlu. Linux ta geliştirilirse sys komutlarını kullanacak ilk önce hangisinden gitmeliyiz sizce...
July 05, 2013
Issues »
...on Windows):

import os, msvcrt
msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)


I think...
July 04, 2013
Learn »
...find much:

import core.sys.posix.unistd: setmode;
import core.sys.posix.stdio: fileno;
import...
July 04, 2013
Learn »
core.sys.posix.unistd

setmode isn't actually standard C nor of the Posix standard...
July 04, 2013
Learn »
...I use:

import os, msvcrt
msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)

Bye,
bearophile
July 01, 2013
Learn »
...libs, it is core.sys.posix.unistd; /* <unistd.h> */ core.sys.windows.windows /* <windows.h...
June 30, 2013
Learn »
...trouble.

--- Cut here, I looked into core.sys.windows.windows:


---
alias void *HANDLE;
alias HANDLE...
June 30, 2013
Learn »
...gdi32.lib");
import core.runtime;
import core.sys.windows.windows;
extern (C++) {
	int setHWND(HWND...
June 30, 2013
Learn »
...gdi32.lib");
import core.runtime;
import core.sys.windows.windows;
extern (C++) {
	int setHWND(HWND...
June 29, 2013
Druntime »
...src/core/sys/posix/sys/mman.d
    M src/core/sys/posix/sys/socket.d...
204 205 206 207 208 209 210 211 212 213 214
Next ›   Last »