johnny schrieb: > Hello, > > is there a way to compile *.exe files for windows with d? short answer: yes long answer: Download the official compiler package from digitalmars.com (or gdc), write your program and compile it with dmd mysource.d - that will get you an exe. david