__declspec(dllexport)
Timon Gehr
timon.gehr at gmx.ch
Sun Jan 15 19:38:32 PST 2012
On 01/16/2012 04:26 AM, Peter Lindener wrote:
> D2 is Great, I've got D based numeric array DLLs extending Python Numpy..
> My Question is:
> What is the D2 language's equivalent for __declspec(dllexport)..
Afaik it is simply the 'export' storage class.
> Can one export variables as well as functions from a DLL's symbol table,
> while programing in D2 with dmd?
>
> -Peter
I'd suspect yes, but I don't work on windows.
More information about the Digitalmars-d
mailing list