www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - aquivalent to pragma comment

reply andi <cadetschimmel gmail.com> writes:
hey guys,

as the title says, im looking for an aquivalent to pragma 
comment(linker, "export:functionname"), is there any in D?

greetings,
    Andi
Apr 28 2016
next sibling parent Lass Safin <lasssafin gmail.com> writes:
On Thursday, 28 April 2016 at 16:05:39 UTC, andi wrote:
 hey guys,

 as the title says, im looking for an aquivalent to pragma 
 comment(linker, "export:functionname"), is there any in D?

 greetings,
    Andi
export void functionname() {} There.
Apr 29 2016
prev sibling parent Tofu Ninja <emmons0 purdue.edu> writes:
On Thursday, 28 April 2016 at 16:05:39 UTC, andi wrote:
 aquivalent
Also fyi, it should be equivalent, not aquivalent. I don't think aquivalent is an english word.
Apr 29 2016