Q: how to get C code to work in D?

Daniel Keep daniel.keep.lists at gmail.com
Tue Jun 12 18:12:53 PDT 2007


IIRC, you can generate a static library simply by not having a main
function anywhere in your program.

At least, that's what happens when I forget to link in the module with
main in it :P

	-- Daniel


More information about the Digitalmars-d-learn mailing list