Tom S Wrote: > How is compilar formed? How is compilar formed? How executable get maked? Well, it (the D code) is simply converted to HLA (High Level Assembler) files. HLA take it from there and compile it into .obj files. >From there you can bassically choose your favourite linker to create exe etc.