A Postmortem of Game Programming with Digital Mars’ D Programming Language
Getting work doneI like using Textpad as my editor with a modified @ECHO OFF SET PATH=%PATH%;"C:\DMD\bin";"C:\DMD\dmc\bin" CMD ; Run a command line and don't return(At home, I don't need the c:\dmd\dmc\bin, because I successfully flattened DM-C and DM-D into the same set of directories.)
The batch file was configured to run in My first A good test of whether your install worked is to run your command window, then navigate to shell all.shIf it works, D is configured and installed correctly. If it doesn’t, you failed somewhere. It took me a few tries at home and 1-2 tries at the hotel to get things up and going. |
|