Search

July 11, 2007
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=1335


deewiant@gmail.com changed:

           What...
July 11, 2007
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=1335





------- Comment #1 from shro8822@vandals...
July 11, 2007
Issues »
...id=1335

           Summary: typedef-1 can't be stored in same typedef
           Product: D
           Version...
July 11, 2007
Learn »
...I also tried this code:

extern (C) {
	typedef void FILE;
	FILE* popen(char* cmd, char...
July 11, 2007
Learn »
...I also tried this code:

extern (C) {
	typedef void FILE;
	FILE* popen(char* cmd, char...
July 11, 2007
General »
...D.learn)
import std.stdio, std.gc;

typedef size_t hidden; // pointer that is hidden...
July 10, 2007
General »
...This is all in theory, of course.

---
typedef extern (Windows) UINT function(UINT , UINT , LPVOID...
July 09, 2007
General »
...extern(C):");
typedef void function() foo;

is the same as:

extern(C){}
typedef void function...
July 08, 2007
General »
...do other alias delcaration here>;

extern(myAlias) typedef void function() foo;
--------------

Problem is, I haven...
July 08, 2007
General »
...external = "extern(Windows):"; }
else
{   const char[] external = "extern(C):"; }

mixin(external);
typedef void function() foo;
235 236 237 238 239 240 241 242 243 244 245
Next ›   Last »