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

Simen kjaeraas simen.kjaras at gmail.com
Sun Dec 26 12:57:35 PST 2010


%u <wfunction at hotmail.com> wrote:

> 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.)

It should be possible to get the interface of SNN.lib using libunres. I
am however not aware of the specifics.


-- 
Simen


More information about the Digitalmars-d mailing list