I tried to include a external c function created by MinGW in a D source. so I got a helloworld.o file when i want to compile my main.d module with following command: dmd main.d helloworld.o I get the error Error: unrecognized file extension o How can I solve that problem thx for help meldolion