January 27, 2007 General » Re: Can I typedef pointer to extern (C) function? | |||
|---|---|---|---|
| |||
Oh, and just to be pedantic, typedef and alias are not the same. The subject... | |||
January 27, 2007 General » Re: Can I typedef pointer to extern (C) function? | |||
|---|---|---|---|
| |||
Switch up the 'alias' and extern(C) statements: extern(C) alias uint function() EventHandlerProcPtr; Also... | |||
January 27, 2007 General » Re: Can I typedef pointer to extern (C) function? | |||
|---|---|---|---|
| |||
Rick Mann Wrote: Sorry, forgot the rest of the question. It seems to dislike the... | |||
January 27, 2007 General » Re: Can I typedef pointer to extern (C) function? | |||
|---|---|---|---|
| |||
Rick Mann Wrote: So, I have the following example (gdc on Mac OS X, DMD... | |||
January 27, 2007 General » Can I typedef pointer to extern (C) function? | |||
|---|---|---|---|
| |||
I'm having trouble posting. If this succeeds, I'll post the rest in a... | |||
January 24, 2007 Issues » [Issue 882] New: associative arrays with TypeInfo keys are broken for user defined types | |||
|---|---|---|---|
| |||
...com
ReportedBy: thomas-dloop@kuehne.cn
# typedef short A;
# typedef float B;
#
# void main(){
# TypeInfo... | |||
January 23, 2007 Issues » [Issue 875] New: crash in glue.c line 700 | |||
|---|---|---|---|
| |||
...cmd, B args)
{
typedef ReturnType!(A) TReturn;
typedef ParameterTypeTuple!(A) TParams;
typedef B TArgs;
alias... | |||
January 21, 2007 General » Initializing Arrays | |||
|---|---|---|---|
| |||
...be 100, the boiling point of water typedef float celsius = 100.00; If I declare... | |||
January 20, 2007 Issues » [Issue 860] Typedef/alias of a typedef/alias in another module, used as template parameter, combined with circular imports, fails to compile | |||
|---|---|---|---|
| |||
...Summary|Typedef of an alias in |Typedef/alias of a
|another module used as |typedef... | |||
January 20, 2007 Issues » [Issue 861] New: Using two typedefs of an undefined name in a class in a different module with import cycles causes DMD to hang | |||
|---|---|---|---|
| |||
...cycle
//alias int NONEXISTENT_NAME;
//typedef int NONEXISTENT_NAME;
typedef NONEXISTENT_NAME
myTypedef,
myTypedef2;
--
module... | |||
Copyright © 1999-2021 by the D Language Foundation