July 11, 2007 Issues » [Issue 1335] typedef-1 can't be stored in same typedef | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=1335
deewiant@gmail.com changed:
What... | |||
July 11, 2007 Issues » [Issue 1335] typedef-1 can't be stored in same typedef | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=1335 ------- Comment #1 from shro8822@vandals... | |||
July 11, 2007 Issues » [Issue 1335] New: typedef-1 can't be stored in same typedef | |||
|---|---|---|---|
| |||
...id=1335
Summary: typedef-1 can't be stored in same typedef
Product: D
Version... | |||
July 11, 2007 Learn » Re: system() without window | |||
|---|---|---|---|
| |||
...I also tried this code:
extern (C) {
typedef void FILE;
FILE* popen(char* cmd, char... | |||
July 11, 2007 Learn » Re: system() without window | |||
|---|---|---|---|
| |||
...I also tried this code:
extern (C) {
typedef void FILE;
FILE* popen(char* cmd, char... | |||
July 11, 2007 General » Re: RAII support | |||
|---|---|---|---|
| |||
...D.learn) import std.stdio, std.gc; typedef size_t hidden; // pointer that is hidden... | |||
July 10, 2007 General » Re: Linking against a Win32-DLL | |||
|---|---|---|---|
| |||
...This is all in theory, of course. --- typedef extern (Windows) UINT function(UINT , UINT , LPVOID... | |||
July 09, 2007 General » Re: version and extern problems | |||
|---|---|---|---|
| |||
...extern(C):");
typedef void function() foo;
is the same as:
extern(C){}
typedef void function... | |||
July 08, 2007 General » Re: version and extern problems | |||
|---|---|---|---|
| |||
...do other alias delcaration here>; extern(myAlias) typedef void function() foo; -------------- Problem is, I haven... | |||
July 08, 2007 General » Re: version and extern problems | |||
|---|---|---|---|
| |||
...external = "extern(Windows):"; }
else
{ const char[] external = "extern(C):"; }
mixin(external);
typedef void function() foo;
| |||
Copyright © 1999-2021 by the D Language Foundation