September 14 Issues » [Issue 23812] ImportC: allow adding function attributes to imported C functions | |||
|---|---|---|---|
| |||
...dmd pull request #16820 "Fix bugzilla 23812 - ImportC: allow adding function attributes to imp…" was... | |||
September 11 General » Re: MP4 Library | |||
|---|---|---|---|
| |||
...suggest to go directly for ffmpeg usage, importC is pretty usable with that. It's... | |||
September 02 Announce » Re: Interfacing SQLite with DLang is very easy - why? | |||
|---|---|---|---|
| |||
https://dlang.org/spec/interfaceToC.html https://dlang.org/spec/importc.html Quite natural, actually. | |||
August 31 Issues » [Issue 24733] ImportC: `#pragma pack(pop)` restores wrong alignment | |||
|---|---|---|---|
| |||
...dmd pull request #16821 "Fix bugzilla 24733 - ImportC: `#pragma pack(pop)` restores wrong alignment" was... | |||
August 30 General » Re: importC int128 support timeline and other problem | |||
|---|---|---|---|
| |||
Oddly, std.int128 only does signed operations. core.int128 does both signed and unsigned. | |||
August 30 General » Re: importC int128 support timeline and other problem | |||
|---|---|---|---|
| |||
...go in here: https://github.com/dlang/dmd/blob/master/druntime/src/__importc_builtins.di | |||
August 30 General » Re: importC int128 support timeline and other problem | |||
|---|---|---|---|
| |||
...things scroll away and get forgotten. Remember to tag ImportC issues with the ImportC keyword! | |||
August 30 General » Re: importC int128 support timeline and other problem | |||
|---|---|---|---|
| |||
You're in luck! Phobos has an int128 type: https://dlang.org/phobos/std_int128... | |||
August 30 Learn » Re: importC error: _Builtin_stddef | |||
|---|---|---|---|
| |||
As a workaround you could try to add something like this before any includes: ``` #define... | |||
August 30 Issues » [Issue 24733] ImportC: `#pragma pack(pop)` restores wrong alignment | |||
|---|---|---|---|
| |||
...cgi?id=24733
Tim <tim.dlang@t-online.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ImportC
-- | |||
Copyright © 1999-2021 by the D Language Foundation