Re: Precompiled GDC binary issues

2012-11-27 Thread Daniel Green
Are you using the 64-bit version of TDM? This usually gets installed into c:\MinGW64 but you mention that you copied the files into c:\MinGW32 . The error can also indicate that the DLL is missing exported functions required by the executable. I've encountered the same error when mixing the

Precompiled GDC binary issues

2012-11-20 Thread Elliott Darfink
Hi! I have been trying to transition from DMD on Windows (32bit) to GDC. At first I tried to compile the GDC sources myself, but with the shallow documentation of the process I had no success. After this I searched and found out about the pre-compiled binaries for GDC (found at github[1]). At