#pragma comment (lib, ...)

Walter Bright newshound2 at digitalmars.com
Wed Oct 10 07:17:31 PDT 2012


On 10/10/2012 6:48 AM, Marco Leise wrote:
> Linking is just time you wait until you can run your program.
> In a modern language I'd like to understand compilation and
> linking as one process.

Actually, I think you're right. There's no technical reason why the compiler 
can't go directly to an executable in one step.

I've often thought of doing this.


More information about the Digitalmars-d mailing list