Completely Remove C Runtime with DMD for win32

Walter Bright newshound2 at digitalmars.com
Mon Jul 16 01:13:33 UTC 2018


On 7/15/2018 2:46 PM, tcb wrote:
> Thank you both, that clarifies a lot!

You can set the start address with the DMC C compiler using a #pragma:

   https://www.digitalmars.com/ctg/pragmas.html#startaddress

but currently that isn't directly settable with the DMD compiler.

You can see how it is used in this file of the DMC runtime library:

   https://github.com/DigitalMars/dmc/blob/master/src/WIN32/constart.c#L88


More information about the Digitalmars-d mailing list