d programming language
Visual Studio C++ 2008 project files
These are project files for dmd.2.049: visualStudio.zip, though they'll probably work fine with 2.050. These should go in a directory which is in the dmd2/src folder.
a patch for dmd 2.049 to compile w/ vs.
powershell scripts to create and apply patch: applyPatch.ps1, createPatch.ps1, read the comments in the scripts for instructions.
get diff & patch from gnuWin32 project, if you are running on vista/win7 note the bit about the manifest for patch in the comments on this blog
linking with windows dlls
Get implib from digitalmars
Run it on the required dll:
implib name.lib name.dll /systemUse the /system switch to make the names have underscores. Link as normal.
ssTk.co.uk
Last updated: 02 February 2012
