Alexandr wrote: > ... > these 2 files are in the same dir. When i try to compile main.d i get error: > user at LMZ:/Coding$ dmd main.d You need to use: $ dmd main systemsolver DMD will only compile the files you *tell* it to compile. -- Daniel