Re: Can't compile on 64 bit Windows

2013-10-19 Thread evilrat
On Sunday, 28 April 2013 at 12:46:31 UTC, Josh wrote: I followed the instructions in http://wiki.dlang.org/Installing_DMD_on_64-bit_Windows_7_(COFF-compatible) and all seems ok. Except I get these errors when I'm compiling: Is there anything that those instructions left out that I need to do

Re: Can't compile on 64 bit Windows

2013-10-18 Thread Erik van Velzen
(late I know but it may help someone) The linker is trying to link against x86 libraries instead of x64. If you followed the tutorial to the letter, you need to check if "%DEV_DIR_WINSDK%\Lib\x64" resolves correctly (paste in cmd or windows explorer).