No main() Error

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Sun Feb 2 10:14:15 UTC 2025


Due to separate compilation, the D compiler cannot know if a start 
address exists with a function provided for it.

The responsibility of this is the linker, which will error if no start 
address with executable code is provided.



More information about the dip.ideas mailing list