Yonggang Luo wrote:
Don Wrote:

Please post these types of question in the 'learn' newsgroup.

Yonggang Luo wrote:
Is d support for extern (D) void core.rt.FunctionA(ParameterList);
I want to know...
Not sure what you mean. Perhaps you want to do this:

import core.rt : FunctionA;

And I don't find the document for keyword "alias" in the Language Specification.
If someone know, please tell me.
It's on the 'declarations' page.


Oh , no, I means there is not such a file that name core.rt.d;

Because I want to separate some files from the "Library" that I want to 
distributed.

Then call it core.rt.di instead of core.rt.d.

Reply via email to