April 07 Issues » [Issue 24487] New: ImportC does not pick up some macros in Windows headers | |||
|---|---|---|---|
| |||
...parsed by ImportC for REFIID #undef REFIID typedef const IID* REFIID; #include <wtypes.h> #include... | |||
April 01 Learn » Re: Best way to use large C library in D as of 2024 | |||
|---|---|---|---|
| |||
...a pointer of a struct that's typedef'd - Can't use complex numbers with... | |||
March 26 Issues » [Issue 24435] [ImportC] Compilation fails when casting to struct defined in separate file | |||
|---|---|---|---|
| |||
...preprocessor problem with the typedef. The following works:
structdef.c
typedef struct foo_ {
int a... | |||
March 11 Issues » [Issue 24435] New: [ImportC] Compilation fails when casting to struct defined in separate file | |||
|---|---|---|---|
| |||
...com
Reporter: lance@lancebachmeier.com
structdef.c:
typedef struct {
int a;
double b;
} foo;
test... | |||
March 02 LDC » Need help about LLVM build coroutine | |||
|---|---|---|---|
| |||
...is my code:
```c
#include <stdio.h>
typedef struct coro {
void *handle;
int done;
} coro... | |||
March 01 General » Re: ImportC now supports function-like macros | |||
|---|---|---|---|
| |||
...base on the name. for example: ```c typedef struct Message Message; int tryEncode(const Message... | |||
February 28 Issues » [Issue 24419] ImportC: Macros inside a typedef enum not seen | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24419 Atila Neves <atila.neves@gmail.com... | |||
February 28 Issues » [Issue 24419] New: ImportC: Macros inside a typedef enum not seen | |||
|---|---|---|---|
| |||
...ID: 24419
Summary: ImportC: Macros inside a typedef enum not seen
Product: D
Version: D2... | |||
February 28 General » Re: importC reflection drop const attribute bugs | |||
|---|---|---|---|
| |||
...base on the name. for example: ```c typedef struct Message Message; int tryEncode(const Message... | |||
February 28 General » Re: importC reflection drop const attribute bugs | |||
|---|---|---|---|
| |||
...test case more clear: test2i.c ```c typedef struct Message Message; int tryEncode(const Message... | |||
Copyright © 1999-2021 by the D Language Foundation