How do I make/use my own run-time library?

%u wfunction at hotmail.com
Sun Dec 26 12:04:24 PST 2010


Hi,

I've been trying to make my own run-time library for D, but I've come across a
dead end: *any* library I make will inherently depend on SNN.lib, and there
are no headers for that C run-time library.

How can I write my own library in place of SNN.lib if I do not know what the
function specifications are? (My entire goal here is to write my own
counterpart of SNN.lib, so I can't really avoid the issue.)

Thank you!


More information about the Digitalmars-d mailing list