www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Linker problem

Hello everyone
I have a problem.
The DMD installer for windows does not modify the sc.ini file. 
The sc.ini file does not include the Visual Studio 2012 Express 
linker directories (folders).
What happens is that when compiling a file like this:
dmd app.d
an error occurs:
lld-link: error: could not open 'libcmt.lib': no such file or 
directory
Error: linker exited with status 1.
And the compilation ends.
What can I do to solve the problem.
Feb 23 2023